-
Bug
-
Resolution: Fixed
-
High
-
4.4, 4.4.1
-
None
-
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.
- is duplicated by
-
JRASERVER-25383 Quicksearch links in JIRA gadgets doesnt escape [ ] brackets, if gadget result is grouped on a Multi-Select - Custom field
- Closed
-
JRASERVER-25686 Two Dimensional Filter Statistics Gadget doesn't work as expected with Multi Select custom field as Y axis
- Closed
-
JRASERVER-25819 The pie chart doesn't work correctly when using a multi select custom field
- Closed
- mentioned in
-
Wiki Page Loading...