We are trying to implement an automation rule which will do the following:
1. when a sprint is completed --> move issues to next unreleased version
Screenshot shows the flow and we are able to achieve it but the only problem we are facing is:
when this automation runs, it moves all the issues ( TODOs, In-progress, ready for review and completed ).. but we want to keep "COMPLETED" issues as it is and move rest of them to next sprint.
How do I filter the issues on which this automation can run?
Hi @Ajay Kumar .
Welcome to the Atlassian Community!!
The Automation looks correct but you need to add the condition like status is not completed, it will considered only issue which are not in completed status.
FYI, automation will look like this.
Cheers,
Mayur
This is flow I am using.
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.