Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to send recurring notifications until a ticket update occurs?

Harrison (VersaFile)
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 29, 2023

I know there's a great guide on setting up SLA notifications (JSM Jira Automation: How to Send SLA Breached Noti... - Atlassian Community), and what I've setup so far does work, however, there's a desire to create a recurring notification (every 15min) once the SLA for first response is breached, until the ticket is updated.

I did find a similar post on this, but it seems to be quite old: Recurring notifications on Open Incidents (atlassian.com)

Short of doing something outside of JSM's own automation (using PowerAutomate or something like that), I can't seem to find a way to build out a loop with a 15min delay to do this.

Has anyone found a solution to this, or a similar automation?

 

 

1 answer

1 vote
Asha Goyal
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.
December 5, 2023

Hello @Harrison (VersaFile) 

You can try below steps:

1. JQL Setup:

  • Define a JQL query to select the breached time frame.

    CF 5h Goal - our main goal is custom field 

    CF 5m Breached - service additional field which will be triggered before the end of time (breached time) 

    JQL = project=QA 

    and "Custom field SLA status[Labels]"=InProgress 

    and  "CF 10m Breached status[Labels]"= InProgress-Exceeded

  • Use JQL advanced search to check your query before automation 

2. Create an Automation Rule:

  • Select "Scheduled" as the trigger for the automation rule.
  • Set the scheduled interval to control how often the automation rule runs.

3. Send Email Notification:

  • Use the "Lookup issues" action to check the JQL query result
  • Configure the rule to send an email with the result to the relevant individuals or groups.image.png

For further reference here is the link:

https://community.atlassian.com/t5/Jira-Service-Management-articles/How-to-use-Jira-Automation-Rules-with-the-SLA-Time-and-Report/ba-p/2434367

 

In addition to the above you can also try the below JQL to pull the issues:

project = XYZ AND issuetype = "Incident" AND NOT status changed after -15m

 

Kindly accept the answer if you find it useful.

Regards

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events