-
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
-
Form Name |
---|
[JSWSERVER-13557] Unable to delete/reopen orphan sprint
Workflow | Original: JAC Bug Workflow v2 [ 2851072 ] | New: JAC Bug Workflow v3 [ 2934176 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JIRA Bug Workflow w Kanban v7 - Restricted [ 2543750 ] | New: JAC Bug Workflow v2 [ 2851072 ] |
Workflow | Original: JIRA Bug Workflow w Kanban v6 - Restricted [ 1552204 ] | New: JIRA Bug Workflow w Kanban v7 - Restricted [ 2543750 ] |
Workflow | Original: JIRA Bug Workflow w Kanban v6 [ 1304156 ] | New: JIRA Bug Workflow w Kanban v6 - Restricted [ 1552204 ] |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Affects Version/s | New: 2016-04-18 Cloud [ 61704 ] |
Description |
Original:
*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. *Add-on Version:* JIRA SW 7.2.0-OD-05-030 JIRA Agile v7.2.6-D20160330T044439 |
New:
*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: {code:sql}select * from "AO_60DB71_SPRINT";{code} - Delete the sprint: {code:sql}DELETE FROM "AO_60DB71_SPRINT" where "ID" = <SPRINT-ID>;{code} *Affects Version:* JIRA SW 7.2.0-OD-05-030 JIRA Agile v7.2.6-D20160330T044439 |