I want to create an automation where, when I start a new sprint, all the 'Done' tasks from the previous sprint should not appear in the new sprint. Can anyone help me with this?
Hi @Siya
Trigger: Sprint started
Branch: For issues in the sprint
Condition: If Status = Done
Action: Edit issue → Sprint = (empty)
WHEN: Sprint started
FOR: Issues in the sprint
IF: Status equals “Done”
THEN: Edit issue fields → Sprint = (clear field)
Hi pallavi thank you , i have added till if but unable to add then condition.
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.
@Siya you just need to select EDIT work items action and then add Sprint field and leave it empty.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
its working fine but moved testing items in to done and removed all items
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
can you help why this is happening and how can revoke those tasks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Siya
Welcome to the Atlassian community.
In a Scrum board Jira considers the issues "complete" when the issues are in the column farthest to the right. Issues in all other columns are considered "incomplete" and will be moved to the backlog or the next sprint.
From the image you shared with @Yogesh Mude your column for the Done status issues is not the column farthest to the right. If you move the Done column over to become the column farthest to the right, then those issues will be considered "complete" at the end of the sprint and will no longer be added to future sprints. Then you won't need the automation rule.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Siya See there are few things you need to keep in mind while working with Sprint.
1. Whenever you are completing the sprint, all the unresolved work items will be either moved to the new sprint or the bcklog.
2. So if you select the new sprint then obvisouly all the unresolved work items will be moved to the new sprint (selected), that means the resolved work item wont move.
So, i assume you have not mapped the correct status with the board columns Or something wrong with your resolutions.
Can you share your board column snap with the active sprint.
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.
@Siya The shared snaps is of workflow, we need an board settings --> column and the active sprint one.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HI @Yogesh Mude
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Siya As mentioned by @Trudy Claspill The DONE column should be the last column then only jira board considered those items are completed irrespective of resolutions/states. So ensure that the DONE column should be the last one.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you yogesh for your help i have updated this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Siya you updated the workflow status but you need to move you board column to the rightmost.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Okay did that. Thank you for helping me out
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.