Forums

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

Notification Help

JIRA Team Mailbox January 12, 2016

We have a scenario like below.

Project A

Project A Users - ESS Team (User C, User D) and User B

We need to notify whole ESS team when the ticket is created by or assigned to ESS team member and not to notify if the issue is created by User B (Out of ESS Team).

How do we implement this ?

1 answer

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 Leaders.
January 12, 2016

Code. 

You'll need to find/write a listener that can catch the created, assigned or updated events, look at your business logic and then send an email if applicable.

Or you could write something that updates the issue with a group-picker custom field with the ESS team in it and use standard notifications to send to that group.

Suggest an answer

Log in or Sign up to answer