How do I programmatically access comment attachments in a script?

Sucheta Karandikar August 7, 2018

From scriptrunner, I need to be able to access the attachments that are added to a comment for an issue to send to a REST interface.

1 answer

0 votes
Fabio Racobaldo [Herzum]
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 5, 2022

Hi @Sucheta Karandikar ,

you can use AttachmentManager API from a script (https://docs.atlassian.com/software/jira/docs/api/7.6.1/com/atlassian/jira/issue/AttachmentManager.html)

Hope this helps,

Fabio

Suggest an answer

Log in or Sign up to answer