-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 8.5.1, 8.13.1
-
Component/s: Dashboards & Reports - Reports
-
8.05
-
1
-
Severity 3 - Minor
Issue Summary
If you have three different sprints A (100), B (101), and C (102) in that sequence and I reopen sprint 101, after closing it these three sprints will be displayed in a different order.
The documentation of the methods responsible for selecting the order of sprints states:
The list of sprints returned will be ordered by state in the following order (closed, active, future) and sprint sequence in ascending order.
Steps to Reproduce
- Create sprint A and close it.
- Create sprint B and close it.
- Create sprint C and close it.
- Reopen sprint B and close it again.
Expected Results
- Agile reports, such as the velocity report will display these sprints in the following order A, B, C.
Actual Results
- The sprints are displayed in the following order: A, C, B.
Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available