Enable JIRA Listener Plugin to Specific Project

Prejal Shah October 3, 2017

"We have developed one Listener plugin which will listen when any issue in JIRA is created and updated.
This plugin developed through atlassian SDK by using com.atlassian.event and com.atlassian.jira Java Api. Plugin gets control in below method
@EventListener
public void onIssueEvent(IssueEvent issueEvent)

This plugin enable globally and it gets triggered when any JIRA of any project created or updated.
But We want to make it enable or triggered specific to any project.

(i) So is there any way to configure and enable plugin specific to project
(ii) Alternate, Is it possible to trigger plugin through post function against each state under project work flow ?.

Request you to suggest."

 

Thanks

Prejal Shah

0 answers

Suggest an answer

Log in or Sign up to answer