-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: Work Item - Search - Backend - JSIS
-
None
-
3
-
1
Summary
When using JQL with the ORDER BY clause and a custom field of type "Select List (single choice)", sorting behavior depends on the field options' status. If the field's options are disabled, the results containing those options will be placed at the bottom of the list. However, if the options are enabled, the results will be sorted correctly.
Steps to reproduce
- Run a JQL statement ordering by a "Select List " custom field
- The result is a list of work items with a sequential order in the "Select List (single choice)".
- Access Settings -> Work items -> Fields -> Context and default values
- From the available list, disable an option
- Run the previous JQL
Actual results
Disabling an option in the "Select List (single choice)" field type affects sorting when using ORDER BY.
Expected results
Even when the "Select List (single choice)" field type has options disabled, it should still sort the work items in the same manner as if they were enabled.