-
Bug
-
Resolution: Timed out
-
Low
-
1
-
Severity 3 - Minor
-
Summary
When sorting issues by a numeric field that has null values JIRA behaves differently when comparing Jira Issue Search and Advanced Roadmaps.
Steps to Reproduce
- Having 3 issues with value for a custom field as 10, 20, and null
- Run JQL query: ORDER BY <custom_field> ASC
Expected Result
JIRA should order the issues the same way in both places
Actual Result
Jira Issue Search places the null value at the lowest rank
10
20
null
However, in Advanced Roadmaps using the same filter, it places the null value at the highest rank
null
10
20
Workaround
Currently, the only workaround is to set a value to the field in all issues returned by this filter where the field is empty.
- relates to
-
JSWSERVER-26414 Sorting logic based on the number fields in Advanced Roadmaps for Jira is different compared to JQL search (with regard to empty values)
- Gathering Interest