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: 

Adding logic to notifications on jira

Rahul Aich [Nagra]
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.
December 15, 2014

Hi All

I want to implement this logic on JIRA Notifications. Is it possible?

  • whenever a group (say ABC) raises a bug, then only group (XyZ) gets the notification and no one else. But if anyone in group (DEF) raises it then only group (IJK) gets notification.

Rahul

 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
JamieA
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.
December 15, 2014

You can configure notification schemes to choose who gets the notification by taking that value from user or group custom fields.

So you could create a group custom field called Notification Group. No need to show that on any screen. Then in the create step you populate that field according to your business rules. 

Then the notification scheme gets the recipient list from that group custom field.

Script Runner can be used for setting the value according to your rules.