How to subscribe to issue created event in a Jira plugin?

Hi,

I’m working on a Jira plugin where I need to add a comment to the issue as soon as it was created.
Any idea how I can hook into the “on created” event and how to add the comment? What Java APIs are there available for this?

This tutorial is a good resource for the event listener topic:
https://developer.atlassian.com/server/jira/platform/writing-jira-event-listeners-with-the-atlassian-event-library/

1 Like

Thank you.

1 Like