On this page



Use case

As described in this use case, it can sometimes be helpful to add reminders to issues to not forget them. In the following rule, every morning at 01:00 am, all issues where the due date has been reached are transitioned to



Function

<link to function being used>

Use case description

Every morning at 01:00 am, all issues where the due date has been reached are transitioned to

Complexity





Scheduled Event



Add a Trigger → Scheduled 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



JQL Selector

Add Selector JQL Selector


JQL Query*

Use the following Expression:

duedate <= %{system.currentDateTime}


Transition Issue

Next to JQL Selector click on Add → Action → Transition Issue


Mode*

Choose Transition to status → Escalated






Screencast

This is how the configuration above should look on your screen

No screencast available at the moment




 Related examples