Abstract
This code snippet copies Attachments to the current issue from issues linked to it with a specific link type. Since currently copying and setting of attachments is not supported until JMWE-504 is implemented, you can use this snippet to copy the attachments.
...
Info |
---|
By not specifying the link type, as |
Placeholders
Placeholder | Description | Example |
---|---|---|
<Link type name > | Name of the link type | is cloned by |
Examples
The output of the code snippet is a copy of collection of Attachments which you could use in a Groovy expression, for example, to copy the Attachments to an issue in the Scripted Groovy post-function:
- Copy the Attachments of the current issue linked to the its newly created linked issue created using the Create issue post-function
- Copy the Attachments of the issue to a linked issue