You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 3
Next »
v0.2 Installation
- Download Jython 2.5.0 from http://jython.org/downloads.html and install it: java -jar jython_installer-2.5.0.jar. Please do not use other versions (even later ones), this is known to cause bugs.
- Set Java property for JIRA: -Dpython.home=<jython install directory>
- Copy plugin jar to JIRA_HOME/plugins/installed-plugins
- Modify /WEB-INF/classes/actions.xml: change "issue.EditSubTaskIssue" to "com.quisapps.jira.plugin.action.EditSubTaskIssue" and "issue.EditIssue" to "com.quisapps.jira.plugin.action.EditIssue"
- Copy Jython file placeholders from plug-in jar file /jython to JIRA_HOME/jss/jython
- Restart JIRA
- Add listener with any name (e.g. Jython) and class com.quisapps.jira.plugin.listener.JythonListener
v0.1 to v0.2 Upgrade
- Modify /WEB-INF/classes/actions.xml: change "issue.EditSubTaskIssue" to "com.quisapps.jira.plugin.action.EditSubTaskIssue"
- replace jss-0.1.jar with jss-0.2.jar in JIRA_HOME/plugins/installed-plugins