Issue statistics are now incorrect for multi-select fields

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: High
    • Bugfix Release, 4.4.2, 4.4.3
    • Affects Version/s: 4.4, 4.4.1
    • Component/s: None
    • Environment:

      JIRA 4.4 standalone
      JIRA 4.4.1 standalone
      JIRA 4.4 in Studio August release

    • 4.04

      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.

        1. Statistics43.png
          Statistics43.png
          26 kB
        2. Statistics44.png
          Statistics44.png
          28 kB

            Assignee:
            Andreas Knecht (Inactive)
            Reporter:
            Penny Wyatt (On Leave to July 2021)
            Votes:
            4 Vote for this issue
            Watchers:
            11 Start watching this issue

              Created:
              Updated:
              Resolved: