Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Catching "Add Attachment" event of an issue

Rosy Salameh
Contributor
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 Champion
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