Contact for Service
catworkx GmbH
Schellerdamm 16
21079 Hamburg
Germany
> Get Support
<
Content
...
An example otrsintegration.properties configuration file is included in the .jar file inside the .obr file. The same example is also listed here: Example of 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.
| Note |
|---|
...
After changing configurations |
...
in the |
...
...
enabled again to reload the |
...
Please find beneath a typical config file. Explanations to the config options are documented inline in the code block
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. |
...
configuration file. |