-
Bug
-
Resolution: Duplicate
-
Low (View bug fix roadmap)
-
None
-
2016-04-18 Cloud
-
None
-
None
Summary:
Users are not able to reopen a sprint when its original board does not exist anymore (with or without tickets on it).
Steps to Reproduce:
- Create a Scrum board/project
- Start a sprint ("Sprint A")
- Delete/Remove all tickets from this sprint
- Delete the board/project
- Create another board/project
- Add this sprint into the board/project (via board filter)
- Try to delete/reopen the sprint (via Sprint Report)
Expected Results:
The report should show-up the sprint ("Sprint A") with option to reopen it.
Actual Results:
Nothing shows up on the report related to this sprint. Even though the sprint is still available on JIRA (search issues page).
Workaround:
For JIRA Server, users can manually delete this entry from the database. For Cloud customers, please raise a support ticket with us.
- Find the sprints you have:
select * from "AO_60DB71_SPRINT";
- Delete the sprint:
DELETE FROM "AO_60DB71_SPRINT" where "ID" = <SPRINT-ID>;
Affects Version:
JIRA SW 7.2.0-OD-05-030
JIRA Agile v7.2.6-D20160330T044439
- is duplicated by
-
JSWSERVER-11263 After a Board Is Deleted, Related Sprints Remain Active
-
- Closed
-