How can I add an attachment to attachments Set of the Issue entity
Hello all,
since attachments is a read-only property of the entity issue - how is it possible to add an attachment via an workflow to it?
Actually I am trying to move a comment attachment to the containing issue.
Any help would be very appreciated. Thanks in advance
Please sign in to leave a comment.
Hello,
Unfortunately, this is not possible for now. I have filed a feature request about it: https://youtrack.jetbrains.com/issue/JT-47473. Please feel free to vote/comment it to increase its priority and to receive the updates.
However, attachments are copied when using issue.copy() method (https://www.jetbrains.com/help/youtrack/standalone/2018.1/v1-Issue.html#copy).