When I create a ticket and start to enter information into the Sprint field. The current and future sprints populate but other sprints that are associated with a different projects also populate.
Since I became an admin on to this project after it started I am not sure where to find these other sprints to delete them. "Sprint Sprint 1" was created as a test sprint somewhere, but I cannot find it in the backlog of any of my projects/boards. I believe it was a sprint that was created for a project that I deleted.
Is there a way to search for sprints across projects so I can find the origin and delete it?
As a note: We had also created a Next Gen Scrum project, tried it for a while, then deleted it.
Hi @Corey Freeland ,
I suppose you can invoke next URL: https://your-domain.atlassian.net/rest/greenhopper/1.0/sprint/picker?query=sprint%201&maxResults=10
You'll get the result like
{
"suggestions": [
{
"name": "SCRUM Sprint 1",
"id": 1,
"stateKey": "FUTURE",
"boardName": "SCRUM board",
"date": ""
}
],
"allMatches": []
}
where you can find board name at least.
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.