Hi @tyrone kimble unfortunately no, it is not possible to restore a deleted sprint in Jira, but what you can do is recreate the Sprint by pulling the existing issues that were part of that sprint back into the new sprint. The issues that were part of your deleted sprint should be in your backlog.
If this answered your question, please accept my answer as it it helps me.
You can also run a query to identify the issues that were part of the deleted sprint by doing the below:
- Run a JQL which pulls any issue updated by the user who deleted the sprint.
Sample: project = PROJECT AND issuekey in updatedBy("USER", -1d)
- Bulk change these issues into the new sprint
The issues that are pulled up using the query might not be the correct ones, so check for any unintentional issues before you do the bulk change.
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.
Thanks again. Reviewed and implemented suggested approach with user and worked out well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hello, just happened the same to me.
How can i find my backlog?!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unfortunately this doesn't give me any results even though the query is correct and the user as well who accidentally deleted the 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.