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

Automation to send reminder email if an issue has been updated recently

jeremy.hillin July 2, 2024

How do I create an automation to run every day to notify the assignee that their ticket hasn't been updated in 7 days?  I want this to check all tickets in our project that are not resolved.  

2 answers

1 accepted

1 vote
Answer accepted
Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 2, 2024

Hello @jeremy.hillin 

Welcome to the Atlassian community.

Have you considered using a Saved Filter and subscriptions instead?

You could set up a saved filter thus:

project=<yourProject> and assignee=currentUser() and updated < -7d

Then have each user subscribe to that filter to receive the output on a daily basis.

 

If you must do this through Automation, do you want the assignee to receive one email listing their issues, or one email for each issue?

 

Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 2, 2024

If you choose to use automation you could use a rule like this. This rule would send a list of issue keys to each assignee where the list includes issues that have not been updated for 7 days or longer.

Screenshot 2024-07-02 at 3.59.56 PM.pngScreenshot 2024-07-02 at 4.00.07 PM.png

Like jeremy.hillin likes this
jeremy.hillin July 2, 2024

one email with a link to all their tickets would be great.  

Like John Funk likes this
jeremy.hillin July 8, 2024

This worked great.  Even updated the email content to provide a link to the ticket.

Like Trudy Claspill likes this
Boluwatife Adewole August 16, 2024

hi @Trudy Claspill ,

I tried this but this is the email I get. I used myself as the test subject.

I would appreciate if you tell me what i'm doing wrong.

Thank you.

jira rule 1.pngjira rule 2.pngjira rule 3.pngjira error.png

Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 16, 2024

@Boluwatife Adewole 

Welcome to the Atlassian community.

Between the second Lookup action and the Send Email action, add a Condition to check that at least one issue was found by that lookup action.

Ignore the trigger in this screen image.

Screenshot 2024-08-16 at 9.13.28 AM.png

That ensures the email is sent only if there are issues found for the assignee.

Also, in your email content you specified "Key" with a capital "K". Use a lower case "k". Smart value names can be case sensitive.

 

jeremy.hillin July 2, 2024

I saw that one but I don't see what step should come after the scheduled time to start iterating over all the issues.

Like John Funk likes this
jeremy.hillin July 2, 2024

JiraStale.jpg

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events