Hi,
is it possible to remove Tickets from a closed-Jira-Sprint?
There went something wrong in the past on my client side and he want to have these Tickets back in the backlog and not tagged with a wrong Sprint.
Thx for your help
Oliver
Hi @Oliver Blaskowitz Yes, It is possible but check the below things before doing that.
As Sprint is closed does all the issues in the Sprint are also closed as any open issues will be moved to next open/active Sprint.
If tickets closed and you need them to move to other active/open Sprint and change the status backlog then check their is any workflow property associated with those issues as in sometime not editable property is applied to issues when they are closed if their is no such workflow property then you bulk epic that Sprint
using below JQL
Sprint = (Closed Sprint ID) AND Issuekey in (put the issue key's which you want to remove from this closed Sprint and want to add in other Sprint separated by comma)
Then click on transition issue bulk operation and transition all these issues from Closed status to backlog status or any other status you want and perform the bulk change.
Then use the same JQL above and do a bulk edit and click on Sprint field checkbox and either keep it empty to remove the issues from closed Sprint or add the ID of new Sprint where you want to add these issues, then perform the bulk update.
Let me know in case of any issues.
Jira Product Discovery Premium is now available! Get more visibility, control, and support to build products at scale.
Learn moreOnline forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.