Contact for Service
catworkx GmbH
Schellerdamm 16
21079 Hamburg
Germany
> Get Support
<
Content
| Table of Contents |
|---|
| Tip |
|---|
For complex mapping, functions have to be implemented separately. See the demo package under Downloads. |
In case you need the freedom of e.g.:
A function can be used either on the left or on the right hand side of the mapping table:
The syntax is as follows:
| Code Block | ||
|---|---|---|
| ||
call:Perl::Path::Module,functionName |
Functions called on the left hand side, the function mapOTRSOptionFieldDemoUser2JIRAAssignee in the screenshot above, will be passed three parameters:
Functions called on the right hand side, the function mapOTRSOptionToJIRAOption in the screenshot above, will be passed four parameters:
A Hash of key => values for Jira, e.g.:
| Code Block | ||||
|---|---|---|---|---|
| ||||
{
project => { key => "ASDF" },
issuetype => { name => "Bug" },
summary => "Title from the Article",
description => "The multi line Body of the Article",
reporter => { name => "Reporter" },
assignee => { name => "Assignee" },
customfield_12345 => "Value",
customfield_12346 => 42,
} |