Contents
Table of Contents | ||
---|---|---|
|
...
- Download the SIL Excel 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 Excel Connector packages in the following way:
- SIL Engine™ — library with utility routines and the SIL language parser
- SIL Excel Connector — the app itself containing the necessary functionality
...