Versions Compared

Key

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

Contents

Table of Contents
excludeSee also

SIL Groovy Connector is a free app that comes together with any of our paid Power Portfolio apps like Power Scripts™ for Jira, Power Actions™ for Jira, Power Database Fields PRO™, Power Custom Fields Premium™Fields™, and so on. Once you have any of these plugins installed, SIL Groovy Connector is a great addition to the family to help you with convenient and pain free work with the Groovy plugin.

...

  1. Download the SIL Groovy Connector file from the Atlassian Marketplace.
  2. Log into your Jira as Admin.
  3. Go to Administration > Add-ons > Manage add-ons.
  4. Click Upload add-on, select the file you downloaded, and click Upload.
  5. (Optional, but highly recommended) Enable logging on our modules. 
    To do that, 
    1. Open the Jira log4j configuration file: JIRA_INSTALL_DIR/atlassian-jira/WEB-INF/classes/log4j.properties with a text editor of your choice and add the following lines at the end of it.

      log4j.logger.com.keplerrominfo=INFO, filelog
      log4j.additivity.com.keplerrominfo=false
    2. Restart Jira.

Installation Notes

SIL Groovy Connector packages in the following way:

  1. SIL Engine™ — library with utility routines and the SIL language parser
  2. SIL Groovy Connector — the app itself containing the necessary functionality

...