Catching "Add Attachment" event of an issue

Rosy Salameh June 13, 2017

Hello Guys,

How to catch the "Add Attachment" event of an issue in JIRA? 

I want to be able to catch it and read contents of the added file.

thanks in advance,

Rosy

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.
June 13, 2023

Hi @Rosy Salameh ,

there is not a specific event for that. Here a complete list of EventTypes https://docs.atlassian.com/software/jira/docs/api/7.0.8/com/atlassian/jira/event/type/EventType.html

WHen a user attach something to an issue, Issue Updated should be fired.

Hope this clarifies,

Fabio

Suggest an answer

Log in or Sign up to answer