Send notifications depending on Project Role (AND Condition)

Oleksandr Presich May 6, 2014

Sorry, if such question have been asked somewhere, but I haven't found.

We have a project with few Project Roles (JIRA 6.2).

We want these Project Roles to use different Notification Schemes, for ex.:
Developers as "Current assignee" receives notification on Issue Commented event BUT
QA Engineers do not receive notification as "Current assignee" on Issue Commented event.

One of the ways it could be accomplished is to add AND condition to Notification scheme. For ex., send notification if user is Current Assignee AND user in Project Role Developers.

Thanks for any information, opened discussions, feature requests and so on!

1 answer

0 votes
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.
May 6, 2014

You'll need to rewrite the notfication scheme code in Jira to do this. They're currently quite flat and do simple "on event X, here's who to notify". There's no conditional logic on them, and no support for it.

I've seen a request for something like this at https://jira.atlassian.com/jra, but it's not in my bookmarks, so I'm not sure where it is exactly.

Suggest an answer

Log in or Sign up to answer