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

Compare with Current View Page History

« Previous Version 3 Next »

On this page

Use case

Every Monday at 01:00 am, a comment mentioning the assignee is added to every unresolved issue that hasn't been updated for more than 30 days.


Scheduled Event

Create a new rule and name it appropriately.

Providing a description will help you to identify what the rule does but this step is optional.

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

Choose Days per Week in Schedule*

Set the Intervalto Once per day at 1 00 am and check Monday

JQL Selector

Add SelectorJQL 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!

Activate the rule by clicking on the Activate rule button 


Screencast

This is how the configuration above should look on your screen

Error rendering macro 'multimedia'

com.atlassian.renderer.v2.macro.MacroException: Cannot find attachment 'keep_priority_of_parents_and_sub-tasks_in_sync.mp4'



Related examples



If you still have questions regarding this example or others, feel free to refer to our support team.