-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 8.14.0, 8.15.1
-
Component/s: AgileBoard
-
8.14
-
3
-
Severity 3 - Minor
-
3
Summary
When right-clicking an issue on the Backlog view of a Scrum/Kanban board and selecting "View in Issue navigator", it leads to an error "Field 'cf[10000]' does not support sorting." on the Search page.
Steps to Reproduce
- Go to an existing Scrum/Kanban board.
- Navigate to the "Backlog" view;
- Right click on an issue and choose "View in Issue navigator";
Expected Results
The issue should navigate to the Search page without an Error and no additional "ORDER BY" statement is added in the advanced search JQL:
![]()
Actual Results
An additional "ORDER BY" statement is added in the advanced search JQL and it ends up with an error on the Search page :
![]()
Workarounds
1. Remove ORDER BY cf[10000] clause from advanced search JQL
- is cloned by
-
MNSTR-5282 Loading...