How to remove only one attachment from the issue? Permanently deleted user Created September 21, 2017 07:52 Can't find the way to remove only one attachment from the issue in JS Workflow. Is it possible?
It is not possible now, `issue.attachments` is a read-only property, you can read it, but can't modify it in any way.