You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

  • Download Jython 2.5.0 from http://jython.org/downloads.html and install it: java -jar  jython_installer-2.5.0.jar. Other version could also work but not guaranteed.
  • 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.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
  • No labels