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

Issue statistics are now incorrect for multi-select fields

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • High
    • 4.4.2, 4.4.3, Bugfix Release
    • 4.4, 4.4.1
    • None
    • JIRA 4.4 standalone
      JIRA 4.4.1 standalone
      JIRA 4.4 in Studio August release

    Description

      Any statistics gadget that's configured to use a multi-select field displays incorrect results post-4.4-upgrade. It now no longer treats each value as a combination of individual values, but as a single string.

      Example from 4.3 (correct):

      The same data imported into 4.4 (incorrect):

      The issue navigator links generated by the gadgets are now also incorrect. For example, the "Cake" in the Two-Dimensional Statistics gadget links to:

        /secure/IssueNavigator.jspa?mode=hide&reset=true&jqlQuery=%22Multi+select%22+%3D+%22%5BCake%5D%22
      

      which generates the JQL:

        "Multi select" = "[Cake]"
      

      which returns no results.

      The correct link generated in 4.3 is:

        /secure/IssueNavigator.jspa?mode=hide&reset=true&jqlQuery=%22Multi+select%22+%3D+Cake
      

      which gives:

        "Multi select" = Cake
      

      which returns results successfully.

      Attachments

        1. Statistics43.png
          26 kB
          Penny Wyatt (On Leave to July 2021)
        2. Statistics44.png
          28 kB
          Penny Wyatt (On Leave to July 2021)

        Issue Links

          Activity

            People

              andreask@atlassian.com Andreas Knecht (Inactive)
              pwyatt Penny Wyatt (On Leave to July 2021)
              Votes:
              4 Vote for this issue
              Watchers:
              11 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: