Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

To our knowledge it is currently not possible to install Groovy directly into Java

Info

If you have ScriptRunner installed then you would not need to include these files within jira-install/lib as JEMH is able to utilise the Groovy version that is bundled within ScriptRunner.

Install into Jira/lib

Java 8

...

  1. Download the Relevant Groovy files, can be downloaded by using the following:

    1. Code Block
      wget https://repo1.maven.org/maven2/org/codehausapache/groovy/groovy/34.0.1417/groovy-34.0.1417.jar
      wget https://repo1.maven.org/maven2/org/codehausapache/groovy/groovy-xml/34.0.1417/groovy-xml-34.0.1417.jar
      wget https://repo1.maven.org/maven2/org/codehausapache/groovy/groovy-jsr223/34.0.1417/groovy-jsr223-34.0.1417.jar

      Note: Updated above links to download the current latest Groovy version.

  2. Copy these downloaded files into <jira_install_directory>/lib folder

  3. Restart Jira

...