Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-21443

Sorting of Filter Results Gadget doesn't Work when Using More Than 3 "Order By" criteria

      NOTE: This bug report is for JIRA Server. Using JIRA Cloud? 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
      

            [JRASERVER-21443] Sorting of Filter Results Gadget doesn't Work when Using More Than 3 "Order By" criteria

            Bugfix Automation Bot made changes -
            Minimum Version New: 4.01
            Owen made changes -
            Component/s New: Dashboard & Gadgets [ 43416 ]
            Owen made changes -
            Component/s Original: Dashboards & Reports - Gadgets [ 12923 ]
            Owen made changes -
            Workflow Original: JAC Bug Workflow v2 [ 2829954 ] New: JAC Bug Workflow v3 [ 2911623 ]
            Status Original: Resolved [ 5 ] New: Closed [ 6 ]
            Owen made changes -
            Workflow Original: JIRA Bug Workflow w Kanban v7 - Restricted [ 2585465 ] New: JAC Bug Workflow v2 [ 2829954 ]
            Kamil Kolonko made changes -
            Fix Version/s New: 7.1.9 [ 64205 ]
            Fix Version/s Original: 7.1.9 Server [ 62034 ]
            Ignat (Inactive) made changes -
            Workflow Original: JIRA Bug Workflow w Kanban v6 - Restricted [ 1543792 ] New: JIRA Bug Workflow w Kanban v7 - Restricted [ 2585465 ]
            jonah (Inactive) made changes -
            Description Original: 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
            {code}
            assignee = currentUser() AND status in (open, "In Progress", Reopened) ORDER BY status, fixVersion, affectedVersion, component
            {code}
            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.
            {code}
            assignee = currentUser() AND status in (open, "In Progress", Reopened) ORDER BY status, fixVersion, affectedVersion, component
            {code}
            New: {panel:bgColor=#e7f4fa}
              *NOTE:* This bug report is for *JIRA Server*. Using *JIRA Cloud*? [See the corresponding bug report|http://jira.atlassian.com/browse/JRACLOUD-21443].
              {panel}

            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
            {code}
            assignee = currentUser() AND status in (open, "In Progress", Reopened) ORDER BY status, fixVersion, affectedVersion, component
            {code}
            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.
            {code}
            assignee = currentUser() AND status in (open, "In Progress", Reopened) ORDER BY status, fixVersion, affectedVersion, component
            {code}
            jonah (Inactive) made changes -
            Link New: This issue relates to JRACLOUD-21443 [ JRACLOUD-21443 ]
            Owen made changes -
            Workflow Original: JIRA Bug Workflow w Kanban v6 [ 677123 ] New: JIRA Bug Workflow w Kanban v6 - Restricted [ 1543792 ]

              tkanafa Tomasz Kanafa
              kren Kelson Ren
              Affected customers:
              23 This affects my team
              Watchers:
              24 Start watching this issue

                Created:
                Updated:
                Resolved: