Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Creating an IssueEventListener

neil_pandya_bnymellon_com
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 8, 2021

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.

1 answer

Suggest an answer

Log in or Sign up to answer
0 votes
Tuncay Senturk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 11, 2021

Hi @neil_pandya_bnymellon_com 

IssueEventListener along with other interfaces come with com.atlassian.jira:jira-api. 

Add that dependency and you will see Maven will resolve the dependency.

TAGS
AUG Leaders

Atlassian Community Events