atlascommunity / jira-plugins-groovy

Jira Groovy plugin
https://atlasteam.ru
BSD 2-Clause "Simplified" License
66 stars 42 forks source link

Add option to apply listener to all projects #85

Closed Alberto-X closed 3 years ago

Alberto-X commented 3 years ago

Currently, listeners can only be applied to projects that are explicitly added to the project list. If we want a listener to apply to all projects, we would need to individually select each project from the list, and subsequently add any new projects that are created later, which is not too easy to maintain.

Can there be an option to apply a listener to every project? Similarly, can there also be an option to apply an "Issue Event" listener to every event?

MyGroovy - No option to apply listener to all projects
Alberto-X commented 3 years ago

Oh wait, can this be achieved by leaving the project list empty? And by leaving the event list empty?

Alberto-X commented 3 years ago

Yes, I confirmed that leaving the project list empty will apply the listener to all projects. I haven't confirmed this for the event list, but it's my assumption that it would work the same way.