-
Type:
Bug
-
Resolution: Low Engagement
-
Priority:
Low
-
None
-
Affects Version/s: 6.3.12
-
Component/s: None
-
6.03
-
4
-
Severity 3 - Minor
-
0
Steps to reproduce
- open a Scrum board -> Backlog
- select multiple issues -> Right-click
- choose either View in Issue Navigator or View in Excel
Expected behavior
The Issue Navigator should display the selected issues according to their Rank order, like how they appear in the Backlog:
![]()
Actual behavior
The Issue Navigator sorts the issues according to their issue keys, descending order:
![]()
Notes
- Since this might be by design, this ticket is created as a Suggestion, not a Bug
- Since Excel is indeed generated from Issue Navigator, it inherits the unwanted order
Workaround for exporting to Excel
- View in Issue Navigator first
- When in Issue Navigator, amend the JQL by adding ORDER BY Rank ASC, then Export to Excel