Is there a way to define when the 'issue updated' listener is triggered by issue type?

Steven Chidester August 14, 2017

Typically our project lead gets emails on all issue updates. Recently we have added a test case issue type that is used by our QA team that the project lead in not interested in seeing. Is there a way to change the notification scheme to allow the project lead to get the issue updated notification for stories and tasks but not for a different issue type? (in our case: test case)

1 answer

1 accepted

0 votes
Answer accepted
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 14, 2017

Not natively.  Events are fired no matter what, and notification schemes apply at a project level, not issue type.

You'll need to find or write something that can catch events and send notifications on a selective basis, to replace the notification scheme.

Steven Chidester August 15, 2017

Bummer, I was afraid that might be the answer. Thank you!

Suggest an answer

Log in or Sign up to answer