Hi Team,
During sprint if a task is moved to “In Review” state, I want to make sure it is reviewed within 24 hours (state changed), or move it to “Blocked” state.
Thanking you in Advance.
Hello @Raju Anumula
It's not supported out of the box, but if you have script runner plugin installed, then this can be implemented by using the "Escalation Service" module of the plugin. Please read here -
https://scriptrunner.adaptavist.com/latest/jira/escalation-service.html
So you can write the service to move issues to "Blocked" state whose status(state) hasn't been updated for last 24 hours and are in state "In Review"
Hi Tarun ,
can you please help me with the code. because i am not expertise in script but i have script runner plugin installed.
Thanking you in Advance.
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.