Contents
Table of Contents | ||
---|---|---|
|
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.
...
- Download the SIL Groovy Connector file from the Atlassian Marketplace.
- Log into your Jira as Admin.
- Go to Administration > Add-ons > Manage add-ons.
- Click Upload add-on, select the file you downloaded, and click Upload.
- (Optional, but highly recommended) Enable logging on our modules.
To do that,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
- Restart Jira.
Installation Notes
SIL Groovy Connector packages in the following way:
- SIL Engine™ — library with utility routines and the SIL language parser
- SIL Groovy Connector — the app itself containing the necessary functionality
...