In our team-managed project, we have some issues that were closed (Resolved) and only after closing them we realized that they wrongly had an additional sprint saved on them. is there a way to remove one of them as it is a wrong one?
Note: Sprints in the issues are already completed.
Welcome to the community!
Right-click on the issue and select Remove from sprint. You can also select multiple issues to remove.
Ref: Remove or delete issues from an active sprint
Best regards
Sam
Hi @Samuel Gatica (ServiceRocket) , I forgot to mention that the sprints listed are closed. I'm adding that to the question right now.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Samuel Gatica (ServiceRocket) It took some efforts and a few additional steps, but everything was done and now I have all the issues closed and in the right unique sprint. Thank you!!
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.