Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How do I trigger an email for tickets that aren`t updated in the last 24 hours?

Joshi, Hardik August 6, 2020

I looked at Project Automation but did not find a rule. There are rules around SLAs however there`s nothing around triggering emails when an issue is not updated in the last 24 hours.

1 answer

1 accepted

0 votes
Answer accepted
Leonard Winck August 11, 2020

Do you want to send a mail with all those issues to a specific person or group, or to the assignees of said tickets?

For the former, filter by a JQL like this "statusCategory != Done AND updated <=-24h" and then just create an automation which will run every 24h, sending a list of those issues to the specified person/group.

If you want to send a mail to every single assigne with issues not updated in 24h, use this slightly modified JQL ""statusCategory != Done AND updated <=-24h AND assigne = currentUser()" and save it as public. Then create a subscription for it, selecting the wanted group as recepients and configure it to run daily.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events