Dears, Please advise/guide how to safely delete sprints with defined periods that were started and almost instantly moved to "Complete" ending up creating junk sprints that are impacting reports. Unable to delete such "Completed" but junk sprints (trial sprints).
To remove completed sprints, navigate to the project and take the next steps
Thanks Marc. I do not see "Sprint Report" in the Reports menu.
I have the following -
1. Burnup report
2. Sprint burndown chart (here I only have 2 options - restore or edit a sprint)
3. Velocity report
4. Cumulative flow diagram
5. Cycle time report
6. Deployment frequency report
There is none listed simply as "Sprint report"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Aha, your in a team managed project.
There is no option to delete sprints there, but you can use this workaround.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Marc - Devoteam . In searching for a solution to circumvent this limitation for "Team managed project", I found this link with some additional information. I just am clueless as to how one goes about executing this code? Is there a Jira cloud shell where one could type the command?
A little more context:
I currently have an active sprint ongoing with team working on closing the story points. If I reopened the erroneous sprint, it may yet again "inadvertently" close the ongoing sprint and vacuum out some issues into itself. Not knowing what mess I would be walking into, I kept looking for more guidance. Hence the link about.
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.
If your logged on to Jira. find the sprint id's you want to delete via jql.
In you browser you can make the rest api call.
https://<your instance name>.atlassaian.net/rest/agile/1.0/sprint/{sprintId}
This should result in a deleted sprint
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for your patient guidance dear @Marc - Devoteam .
I was not successful in deleting directly via the URL. Browser gets into auto-protect mode thinking i am an attacker. I am just using this as an excuse to dig deeper and look for some kind of cloud command line interface that can directly execute commands.
I am going to mark this as an answer already simply becoz of the various scenarios and additional context discussed here as potential pointers for others.
kind regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sprints can only be closed by navigating first to the board on which they have been created. After taking out the issues and putting them in the backlog, you can choose complete sprint.
Then, on the sprint reports page, you can find the delete sprint under the three-dot-menu
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you @Dick . In my case, the sprint was already marked as complete with few Issues marked as Done. Clearly it was a unsyncronized event where remote team members (myself included) did something in a rush. I will look to remedy this without repeating the rush and alert management about the spurious velocities getting reported.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is an option to allow just one active sprint in a project:
under Administration - Applications - Jira Software configuration
you find the option to turn parallel sprints on/off
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online 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.