...
Send all the attachments of the source issue to the issues of the target instance, that are indicated in a custom field named
“targetkeys“
of the source Issue:
Code Block |
---|
{
"jql": "issuekey IN ({{issue.targetkeys}})",
"sourceKey": "{{issue.key}}"
} |
Send all the attachments of the issue on a trigger to the issues ITSM-1 and ITSM-20 on the target instance:
...