The configuration of the catWorkX OTRS Integration for JIRA add-on is done via the otrsintegration.properties configuration file. This file has to be created manually in a directory named conf in the JIRA home directory.
If JIRA was installed using the automated Windows or Linux installers, the default location of the JIRA home directory is:
C:\Program Files\Atlassian\Application Data\JIRA\ (on Windows) or/var/atlassian/application-data/jira/ (on Linux)To identify your home directory from within JIRA:
Examples:
|
When the add-on is installed and no configuration file is found, there will be an error in the log file stating the exact path where the file is to be expected. |
An example otrsintegration.properties configuration file is included in the .jar file inside the .obr file. The same example is also listed here: Configure otrsintegration.properties
In the otrsintegration.properties configuration file, you have to configure e.g., the URL of OTRS, the login information and the mapping of JIRA fields to OTRS fields.
After changing configurations in the |