Hey,
I would like to know if it is possible to remove an attachment from an issue. I couldn't find any method in the jira-python api wrapper.
Many thanks
Philipp
Community moderators have prevented the ability to post new answers.
issue.fields.attachment[index].delete()
issue.update()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.