-
Bug
-
Resolution: Unresolved
-
Medium (View bug fix roadmap)
-
None
-
Archived Jira Software Cloud, 7.2.0, 7.2.1
-
7.02
-
22
-
Severity 2 - Major
-
5
-
Summary
Some reports (ie Velocity Report, Sprint Report) are not showing the correct data if the workflow is changed.
Steps to reproduce
- Create a new Scrum project which will have 3 statuses (To Do, In Progress and Done)
- Create some issues, add some Story Points and create a new Sprint
- Add those issues in a Sprint and start it.
- Drag the issues to the right most column to complete it.
- Complete the Sprint
- Check on Velocity/Sprint report and data are showing correctly
- Velocity report: Completed SP has some values in it
- Sprint Report: Completed issues are in Done status
- Edit the workflow and remove Done status
- Add a new status in it (ie Resolved)
- Publish the workflow
- Go to the board's column configuration
- Drag Resolved status to the right most column
- Drag Done status to Unmapped column to remove it.
- Go back to the Report.
Actual Result
- Velocity Report: Completed SP is changed to 0
- Sprint Report: All the previously completed issues that were in Done status, are now changed to the previous status (ie. To Do or In Progress).
Expected Result
- Velocity Report: Completed SP is still showing the old data.
- Sprint Report: All completed issues are still with Done or Resolved status.
- is related to
-
JSWSERVER-16687 Migrating workflows on existing projects can impact Agile reporting if statuses are changed
-
- Long Term Backlog
-
- mentioned in
-
Page Failed to load
I was able to replicate the issue and found the following:
Old workflow statuses - To Do, In Progress, Closed
New workflow statuses - Open, In Progress, Done
All issues that were in Closed have a resolution and only the status changed to Done.
If you remove Closed from the board column mapping, then it will no longer show completed issues in the Sprint Report or the Velocity charts, even though the items that were in Closed are now in Done status. As long as Closed is in the Done column of the board, the reports will show completed issues in the Sprint Report and Velocity chart. The theory of issues that contain a resolution are considered completed is simply not true with the reporting as the reports are looking at the status and not the resolution in my case. A change in the status from Closed to Done breaks the reports for issues that were completed in the past.