You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

On this page

Use case

As the number of issues grow in your Jira instance, keeping track of unresolved issue might get a bit complicated. Getting an automated reminder to take action on specific issues might be very handy at this point. The following rule will remind the assignees of unresolved issues every Monday at 01:00 am by mentioning them in a comment, stating that the issue that hasn't been updated for more than 30 days.


 Scheduled Event

<snippet>

Add a TriggerScheduled and choose who you want to execute this rule in Run as*

Schedule*

Choose Days per Week

Interval* 

Set to Once per day at 1 00 am and check Monday

 JQL Selector

Add Selector JQL Selector

JQL Query*

Use the following expression:

resolution = Unresolved and updated <= startOfDay(-30)

 Add comment

Next to JQL Selector click on Add → Action → Add Comment

Comment's text*

Hi [~%{selector.issue.assignee}],

this issue hasn't been updated for 30 days now.
Could you please take a look at this again?

Cheers!

<snippet>


 Screencast

This is how the configuration above should look on your screen

No screencast available at the moment




 Related examples


If you still have questions, feel free to refer to our support team.