Reopening a sprint and closing it alters the order that sprints are displayed in Agile Reports

XMLWordPrintable

    • 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

      1. Create sprint A and close it.
      2. Create sprint B and close it.
      3. Create sprint C and close it.
      4. 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

            Assignee:
            Unassigned
            Reporter:
            Gregory Peres (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: