Hi, JIRA experts!
In my team, different JIRA tasks are assigned to different teammates. In order to be notified about each JIRA ticket, the assigners will assign to a specific assignee, then manually type my username in the comment section so that I can receive an email notification too.
How can i set an automation rule whereby once an assignee is assigned, me (and another teammate) will automatically receive an email notification (without requiring the assigner to manually type my name in the comments)?
Different assignees will have a different cc list. For example, Assignee A's task is to be auto cc-ed to Person B & C, while Assignee D's task is to be auto cc-ed to Person B & E.
Would appreciate if there's a step-by-step guide because I'm a noob at JIRA settings. Thanks!
Hi @Lea S ,
Project admin or Jira administrator can make use of Automation rule for this.
i.e. Go to project settings --> Automation. Then Create new rule as below.
When: Issue Assigned
IF: "JQL Condition". Add assignee JQL to map
Then : Send Email
Sample screenshot attached for your reference
Thanks! I've managed to get the system to send me an email. However, the notification email is very basic, with a simple message saying Issue XX has been assigned to ABC.
How can I make the email look like a typical JIRA notification email that you get when you're mentioned in a JIRA ticket? With links, preview of the comment, issue number etc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Lea S ,
Make use of texts and smart values in the "Content" section. To know what all smart values are available, click in " { } " as shown in attached screenshot.
More details is inhttps://support.atlassian.com/cloud-automation/docs/smart-values-in-jira-automation/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Rilwan Ahmed and @Lea S
For this scenario, the rule needs to use the if / else condition structure rather than individual conditions. Otherwise the rule will halt on the first failed condition.
Another alternative is to use a Lookup Table, where the keys are the assignee's displayName and the values are the email addresses of those to notify. For example:
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.