You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I am having a basic issue where I want to create my own IssueEventListener by extending
com.atlassian.jira.event.issue.IssueEventListener
but I cannot resolve it as a maven dependency. I have pulled in com.atlassian.jira:jira-core version 8.9.1, but it isn't there. I feel that this should be trivial, so either I am trying to do something that I shouldn't and there's another way to accomplish what I am trying to do.
IssueEventListener along with other interfaces come with com.atlassian.jira:jira-api.
Add that dependency and you will see Maven will resolve the dependency.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.