Contact for Service
catworkx GmbH
Schellerdamm 16
21079 Hamburg
Germany
> Get Support
<
Content
The configuration of the To configure 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:
| Info |
|---|
Examples:
|
| Info |
|---|
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 file is included in the .jar file inside the .obr file.
You have to, e.g., specify the URL of OTRS and the login information.
When changing configurations in this file plugin has to be deactivated and than activated again to reload the config file.
Please find beneath a typical config file. Explanations to the config options are documented inline in the code block
| Code Block | ||||||
|---|---|---|---|---|---|---|
| ||||||
|
| Note | ||
|---|---|---|
The above config file is an example. Please change all relevant values, so it matches your environment. Especially remove the example mappings:
|
To map JIRA fields to OTRS standard fields you can use the following fields names (they are also listed in the config file):
| Code Block | ||||||
|---|---|---|---|---|---|---|
| ||||||
queue
title
type
service
sla
state
priority
owner
responsible
customerUser |
The following JIRA system fields can be used for mappings:
| Code Block | ||||||
|---|---|---|---|---|---|---|
| ||||||
summary
type
reporter
priority
description
key
status
assignee
resolution
votes
id
watches
project
timespent
timeestimate
timeoriginalestimate
created
updated
duedate
resolutiondate
security
environment
components
fixForVersion |
| Note |
|---|
If you want to map the assignee of the JIRA Issue to OTRS you need to make sure that an OTRS user with the same name exists. Otherwise you can specify a ORTS User with the name "-". The mapping for that would be std_assignee,std_responsible. |
Mapping of other field types is undefined and should be tested before using in production.
, do the following on the JIRA server:
...