We would like a notification to be sent to a single anytime any ticket is created/closed/updated but under “Amer” region for a Jira project. Is this possible?
This project has three different regions but the single user only needs to be notified when a project is created under the "Amer" region selection.
Thanks
Hello @Maxie Brown
Welcome to the Atlassian community.
Is "region selection" a custom field in your issues?
Assuming it is, you will not be able to modify the Notification Scheme for the project to meet your requirement.
You could implement your requirement with Automation Rules.
https://support.atlassian.com/cloud-automation/docs/jira-cloud-automation/
Rule #1: Issue Created
Rule #2: Issue Closed
Rule #3: Issue Updated
This rule is trickier in that the transition caught in Rule #2 is also considered an Issue Update.
Issue Updated covers almost any update to any element of an issue. Do you really want the user receiving an email for every comment, every status change, every field change, etc.?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Trudy,
I believe "region selection" is a custom field.
I'm trying to create a rule now for the first one you suggested.
not sure what goes in the Subject (Issue {{issue.key}} was just updated! part once I try to set up a email for it to send to.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can put whatever you want in the Subject and Content fields. Those will be the Subject and Content of the email that is sent. What information do you want to include?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Trudy,
I tried creating two rules:
Rule #1: Issue Created
Region = Value Americas
Subject - {{issue.key}} New (Jira Project Issue) Created
Content - {{issue.summary}}
Rule #2: Issue Closed
to my email address as a test
Subject - {{issue.key}} New (Jira Project Issue) Resolved
Content - {{issue.summary}}
I tried testing this after creating an issue under Region = Amer but did not receive a email. I know I'm most likely doing something wrong.
Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Maxie,
Can you show us the details of the rules you created?
Also please show us the details from the Audit Log for the execution of the Issue Created rule after you tried creating a new issue. Example screens below.
Click the Audit Log button for your rule. Find the last entry that is not a Config Changes status. Click on the Show More link. Share the details with us.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Trudy,
I took some screenshots.
Rule #1
Rule #2
Audit Log
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Maxie,
It looks like you have shared the Rule Details screen for one rule, and the steps tree of a second rule.
Let address one rule at a time, starting with the rule you created to run when an issue is created.
Can you provide screen images showing the details of each of the steps within the rule? I advise you obscure confidential information like your email address.
The Audit Log screen you shared appears to be from the Global Automation page, showing the run history for all rules. Can you go to the one specific rule and view the Audit Log for just that rule.
We will need to see the details of the most recent entry in that log. Click the Show More option to the right of that entry to reveal the details, and share those with us.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Maxie Brown
I see that we never wrapped up this issue with you. Do you still need help on this? If so, can you provide the information I requested in my last response?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.