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
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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.