I want my issues to expire in 24 hours since the status has changed to Approved. I have set the rule as below, but it looks like it doesn't work. Any issues with the JQL i've setup?
issuetype in ("AAAAA") AND status = "Approved" AND status CHANGED TO "Approval Expired" BEFORE startofDay(-1)
Hello @Ann R
Thank you for your question. JQL is only ment to retrieve certain issues, based on the query that you have entered. It cannot change the status of an issue for you.
The easiest way to set this up is by making use of an SLA.
You can create an SLA that starts when an Issue enters the status Approved and set a goal of 24hours. Please make sure that you have selected the correct calendar for this, or adjust your time goals accordingly. Otherwise the 24hours will be three standard 8-hour working days.
After you have created the SLA, you can create an automation that triggers on the expiry of the newly created SLA and transitions the issue to the status "Approval Expired".
Is this something you can work with?
Kind regards,
Paul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.