1. Trying to set up email notifications for when an issue is created with "Reg, Compliance and Audit" checkbox is ticked.
2. Trying to set up email notifications for when an issue is created When the "priority" field is selected as blocker.
Thanks in advance!
Hey :) Welcome to Altassian Community!
You can use JIRA automation
trigger "Issue created"
and then specify the condition if field [the field you are using] equals "Reg, Compliance and Audit"
then action send email notification
Another rule for a the priority field or just add if/else to the frirst automation.
If you need help setting this up - let me know.
Hi Marta,
Many thanks for your reply.
I'm really new to Jira and learning the filters. I have set this up doe items with a due date but struggling with the filer codes for anything else. For instance I don't even know what trigger refers to :/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Bodalia, Akash (Project Manager) ,
Triggers start the execution of a rule. i.e. they are actions like create ticket, update ticket etc.
Triggers can listen for events or be scheduled to run.
When you go to your project settings --> automation --> Create new rule
The list which shows in new page are triggers
The image below shows the some of the triggers available.
More details about the automation is mentioned in https://support.atlassian.com/cloud-automation/docs/create-and-edit-jira-automation-rules/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Okay, no worries :) I will help. JIRA Automation are automated rules you create for the system to do certain things when A happens, including some conditions to narrow down and telling what action you want the system to do for you.
Now we are in the in Automation creation screen
4. Now we just add a name and turn the rule on.
Now I would just go and create an issue with that label and see if the email is send
Let me know if it is clearer now :)
To learn more about JIRA you can also watch YT channel from Atlassian https://www.youtube.com/watch?v=GQlewFPxglk - there are a lot of useful step-by-step instructions :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you so much for your help and time with this, I have just tried to do the above but I don't seem to have the same settings shown in your screen shots I don't have an option for "Automation".
Please see below:
To set up email due date(expiring in 5 days) how I have been doing this on this instance is via clicking "Issues" -> Search for Issues then using this formula:
project = "Sky OTT Data" AND duedate is not EMPTY AND resolution is EMPTY AND due < 5d AND assignee = abi49
Trying to figure out a code as per the above for "Reg, Compliance and Audit" impact.
Thanks in advance,
Akash
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It looks like you do not have the permissions needed for automation - please contact your project administrator or JIRA administrator and ask for either the permissions so you can do it yourself or their help in setting the automation for you,
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.
This does not change anything :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
@Marta Woźniak-Semeniuk Thanks for your message and hope you had a good Xmas and New Years. Just to politely come back to this I have realized this is Jira Cloud and unfortunately my admin Jira user group will not up my permission levels to follow the steps above. Would you know if there is a filter query to set this up? Similar to my "due date" email notifications?
Thanks in advance!
Kind regards,
Akash
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Marta Woźniak-Semeniuk @Rilwan Ahmed This is the code I use in quick filter to set up when an issue is due in 5 days:
project = "Sky OTT Data" AND duedate is not EMPTY AND resolution is EMPTY AND due < 5d AND assignee = abi49
I'm trying to create a code to set up an email notification when a issue is created and "Reg, Compliance, Audit impact" tick box is selected. I'm really struggling in working out this code....
Would anyone be able to help?
Much appreciated,
Akash
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.