How do you create an email notification for specific issue type

Chris Taylor May 26, 2013

Hi I have around 20 issue types. For certain issue types eg Master Data Error, I would like to send a specific notification to a group highlighting them of the issue.

Is this possible?

2 answers

2 votes
MJ
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 26, 2013

Hi Chris,
The configuration you are looking for, is possible, it just takes some time to set it up. We have a knowledge base article on this configuration, which can be found here.

0 votes
Alex Suslin
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.
May 26, 2013

Install "Script Runner" plugin, so you can create script in Groovy.

In the workflow scheme add post-function for a create issue event.

Create script and save it on the disk.

https://docs.atlassian.com/jira/latest/com/atlassian/jira/issue/Issue.html#getIssueType()

script should be rather easy, check the issue type and send notification if needed

Suggest an answer

Log in or Sign up to answer