You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello everyone,
We have a problem with some sprints in our environment that we do not fully understand, in some issues there is a section called "future sprint" however when we access the dashboard we do not see any sprint with that name, is there any way to remove these sprints?
Regards.
Are you sure your are looking into the right board ? If the Sprint field is displayed in the create or edit screen, someone may have set the value to the wrong Sprint, a sprint that is not expected as the Sprint field display all sprint on the instance.
Regards
Hello @Florian Bonniec
I'm not entirely sure, but I think so since the "Sprint" field does not exist on any screen except the detail of the issue.
Regards.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If this Sprint has been assigned to the issue but it's not related to the board, it has probably been set through the Sprint field directly or the issue is present in another Sprint board.
If you want to remove it, you can go to the board the Sprint is managed in and remove your issue.
In order to do that, you can run a JQL query Sprint = "Sprint Name", JIRA should replace the Sprint name by the sprint ID. From this ID you should be able to find the related board using the rest api.
https://docs.atlassian.com/jira-software/REST/9.8.0/#agile/1.0/sprint-getSprint
You should be able to reach the baord by replacing th id in the board url you are using by the one returned by the rest call.
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Florian Bonniec ,
We already tried to do that, but when we access the dashboard we don't see the sprint anywhere and we don't know how to locate it.
Regards.
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.