-
Bug
-
Resolution: Fixed
-
Low
NOTE: This bug report is for JIRA Cloud. Using JIRA Server? See the corresponding bug report.
Symptom:
When using Filter Results Gadget, issue sorting works fine for the first three "Order By" criteria, but isn't affected by the 4th/5th/... "Order By" items. It results in the inconsistency between the issue sorting of gadget and the filter displayed when clicking on "matching issues" link at the bottom of the gadget.
Sample:
Filter Results Gadget shows the correct sorting for the filters with "Order By" clause less than three criteria
assignee = currentUser() AND status in (open, "In Progress", Reopened) ORDER BY status, fixVersion, affectedVersion, component
When the filter has "Order By" clause more than four criteria, Filter Results Gadget applies the first three ones and ignores others after 3rd one.
assignee = currentUser() AND status in (open, "In Progress", Reopened) ORDER BY status, fixVersion, affectedVersion, component
- has a regression in
-
JRACLOUD-74526 Filter Results gadget does not honor the sorting criteria when there exist more than 3 Order By clauses
-
- Closed
-
- is related to
-
JRASERVER-21443 Sorting of Filter Results Gadget doesn't Work when Using More Than 3 "Order By" criteria
-
- Closed
-
Requesting that this be reopened. Dashboard filter widget sort is still not working when there are more than 3 "order by" criteria in JQL.