Hello everyone, is it possible to carry out an automatic status change after the end of a sprint?
The first way that came to my mind is creating a job and listener with script runner.
Create a job that runs every X amount of time, get all open sprints to validate if the end date and close the sprint if the date if before now.
The event on the listener will be "close sprint" and you should get all the issues inside and change the status accordingly.
Here you can find some documentation
https://scriptrunner-docs.connect.adaptavist.com/jiracloud/script-listeners.html
https://scriptrunner-docs.connect.adaptavist.com/jiracloud/scheduled-jobs.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The built-in feature of automation rules could help with that as it has a Sprint Completed trigger.
To get you started on creating your rule, please review this documentation and examples:
Kind regards,
Bill
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.