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.
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Get started with Jira Service Management
These short, self-paced courses will help you get up and running in Jira Service Management in just 90 minutes.
Learning Path
Adopt ITSM practices with Jira Service Management
Use this path to build your IT Service Management knowledge and earn an Atlassian certification.
Setting Up ITSM Projects in Jira Service Management
This training series helps you get started in Jira Service Management quickly with the new ITSM project template.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.