Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

...

v1.

...

2 Installation

v1.2 is compatible with JIRA 4.

...

4.x

...

  • 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> (follow this guide)
  • Download JSS 1.2 Plugin JAR (jss-1.2.0_44.jar) and initial scripts package (jss_base_scripts.zip);
  • Copy Plugin JAR to JIRA_HOME/plugins/installed-plugins or upload it using UPM;
  • Unzip initial Jython scripts from jss_base_scripts.zip to JIRA_HOME - it will create jss folder in JIRA_HOME;

You don't need to install any add-ons or modify any JIRA files.

v1.1 Installation

v1.1 is compatible with JIRA 4.0.x - 4.3.x

...

  • 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> (follow this guide)
  • Download JSS 1.1 Plugin JAR (jss-1.1.jar), Initial scripts package (jss_base_scripts.zip) and On-edit Validator & Postfunction Add-on (jss_NN-1.0.jar - select one matching your JIRA version);
  • Copy Plugin JAR and Add-on JAR to JIRA_HOME/plugins/installed-plugins;
  • Unzip initial Jython scripts from jss_base_scripts.zip to JIRA_HOME - it will create jss folder in JIRA_HOME;
  • Modify /WEB-INF/classes/actions.xml:
    • JIRA 4.0.x and 4.1.x: change "issue.EditSubTaskIssue" to "com.quisapps.jira.plugin.action.EditSubTaskIssue" and "issue.EditIssue" to "com.quisapps.jira.plugin.action.EditIssue"
    • JIRA 4.2, 4.3 : change "issue.EditIssue" to "com.quisapps.jira.plugin.action.EditIssue"
  • Restart JIRA

...