The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Send notifications depending on Project Role (AND Condition)

Oleksandr Presich
Contributor
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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
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.