Use case
When keeping track of issues to be done, it is helpful to add a reminder to them. Here we are going to use a custom date-time field called "Reminder". Every morning at 01:00 am, the following rule checks for issues that have reached the re-submission date and will re-transition them to Open
⚒️ Configuration
Scheduled trigger
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 Trigger → Scheduled and choose who you want to execute this rule in Run as*
Schedule
Choose Daily
Interval
Set to Once per day at 1:00 am
JQL selector
Add Selector → JQL Selector
JQL Query
Use the following Expression:
nnnnn = startOfDay()
nnnnn has to be the name of the custom date field, like "Reminder" or "duedate".
Next to JQL Selector click on Add → Action → Transition Issue
Mode
Choose Transition to status
Status
Choose Open
The target status has to be reachable from the current status, otherwise, the action will not be executed.
Enable the rule by clicking on the Enable button
📤 Import the example
Import the JSON file below to get started in no time.