Hi Team,
How to send an email notifications when the issue is in open state More than one day or two days based on priority Field by using Automation Jira?
Thanks,
Prabhu
Hi Prabhu,
You should use a Scheduled trigger rule in Automation for Jira. Then add your JQL for the issues. Something like:
Project = ABC and status change to Open after startOfDay(-2) and priority = High
Just replace the values with your actual values.
Hi John,
Project = ABC and status change to Open after startOfDay(-2) and priority = High
The above query is not working.
I have tried the below queries for High & Highest Priority issues.
(Highest Tickets for 1 days)
project = "XYZ" AND type = "Bug" AND status = "Open" AND priority = Highest AND updatedDate <= -1d
(High Tickets for 2 days)
project = "XYZ" AND type = "Bug" AND status = "Open" AND priority = High AND updatedDate <= -2d
I received Warning notification for "Highest" Priority ticket, But "High" priority query is not working.
Please kindly advice on this,
Note: Open is first status of the workflow.
Regards,
Prabhu Ch
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HI John,
Thanks for the prompt response. I am getting the below action details,
No related issues that have been updated since the last time this rule executed could be found. To include all issues, un-check the 'Only include issues that have changed since the last time this rule executed' checkbox.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi John,
Both queries are not working now.
I have a one question here: How the schedule triggers works? Based on Query or Based on given value(day, Hour, Monthly).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Great! Glad to hear they are working now.
Schedule triggers run at an interval you select - daily, every two days, etc. Or based on a cron schedule.
Then it applies the trigger to the issues from the results of a JQL.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Also, you can set an SLA timer for JSW issues. But to do it, you need to install an app from Atlassian Marketplace. App will help you set and monitor SLA time limits for the most important issues (using Priority, Lable, Assignee, Status fields, etc.), and send notifications about overdue issues. In such way, you can create an SLA report about met and exceeded issues.
If you are interested in such solution, let me know.
Regards
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.