-
Bug
-
Resolution: Fixed
-
Low
-
None
-
3
-
Severity 3 - Minor
-
Issue Summary
When a Sprint is deleted from a board, all the closed issues that belonged to that Sprint get automatically added to the next open Sprint that is on the board.
This is reproducible on Data Center: (yes)
Steps to Reproduce
- Create a new JSW project and add a few issues to this project
- Create a new board in this project and go to this board
- Create 2 Sprints, for example
- A Sprint called "Sprint 19"
- A Sprint called "Sprint 20"
- Add issues to both Sprints
- Close 1 issue in the "Sprint 19"
- Go back to the board and refresh the page. Notice that this issue is no longer showing in "Sprint 19" (Expected behavior, since closed issues from Sprints don't show in the Backlog view)
- Delete "Sprint 19" via the menu ... -> Edit Sprint
- Start "Sprint 20"
Video
Expected Results
The issue that was closed from the deleted Sprint should not be added to the new Sprint.
Actual Results
The issue that was closed from the deleted Sprint has been automatically added to the new Sprint.
Workaround
If you must delete a sprint, you may prevent this behavior by manually removing any closed issues from the Sprint before deleting it.
You can use this article to find the Sprint ID:
Then you can use a JQL search to find the issues you want to remove the Sprint value before deleting the Sprint:
sprint = <SPRINTID> and statusCategory = done
- is related to
-
JSWSERVER-21625 Deleting a Sprint moves any closed issues on it to the top non-active Sprint on the board
- Gathering Impact
-
JSWCLOUD-26652 Allow users to decide where to move done issues when deleting a sprint
- Gathering Interest
- mentioned in
-
Page Loading...