-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
7.2.6, 7.3.5, 8.20.14
-
None
-
7.02
-
3
-
Severity 3 - Minor
-
7
-
Summary
When running JQL ORDER BY Desc, JIRA places the issue with null value for that field at the highest order, instead of at the lower order
Steps to Reproduce
- Having 3 issues with value for a custom field as 1, 2, and null
- Run JQL query: ORDER BY <cusom_field> Desc
Expected Result
JIRA should order the issues as follows:
2
1
null
Actual Result
- was cloned as
-
JRACLOUD-72847 JQL "ORDER BY Desc" places null at the highest order
- Gathering Interest