-
Bug
-
Resolution: Fixed
-
Medium
-
9
-
Minor
-
1
-
Issue Summary
For multi-cascade fields the cascadeOption("Parent","child") works fine, the the ("Parent",none) also works fine. Except when you combine both.
The JQL won't work even if the search is combined with other JQL search clause.
Also, this bug is impacting customers if the filter gadget is used with grouping by the Cascading field.
Steps to Reproduce
- Create a Multi-Cascade Field.
- Search using the next JQL that works fine
"CascadeField[Select List (cascading)]" in cascadeOption("Option1","Option1A"))
- Search using the next JQL that works fine
"CascadeField[Select List (cascading)]" in cascadeOption("Option1",none))
- Combine both JQLs, it fails
"CascadeField[Select List (cascading)]" in cascadeOption("Option1",none)) OR "CascadeField[Select List (cascading)]" in cascadeOption("Option1","Option1A"))
- Combine with usual JQL search clause
"CascadeField[Select List (cascading)]" in cascadeOption("Option1",none) and project = ABC
Expected Results
JQL should return the combination of the individual results
Actual Results
the CascadeOption("Option1",none) breaks the results.
Workaround
No workaround.
- is related to
-
JRACLOUD-74762 An option provided by the function 'cascadeOption' for the field does not exist
-
- Closed
-