How to remove only one attachment from the issue?

Can't find the way to remove only one attachment from the issue in JS Workflow. Is it possible?

1 comment
Comment actions Permalink
Official comment

It is not possible now, `issue.attachments` is a read-only property, you can read it, but can't modify it in any way.

Please sign in to leave a comment.