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 Leaders.
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

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 Leaders.
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.

Suggest an answer

Log in or Sign up to answer