Using CascadeOption(Parent,none) in JQL breaks results

XMLWordPrintable

    • 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

      1. Create a Multi-Cascade Field.
      2. Search using the next JQL that works fine
        "CascadeField[Select List (cascading)]" in cascadeOption("Option1","Option1A"))
        
      1. Search using the next JQL that works fine
        "CascadeField[Select List (cascading)]" in cascadeOption("Option1",none))
        
      1. Combine both JQLs, it fails
        "CascadeField[Select List (cascading)]" in cascadeOption("Option1",none)) OR "CascadeField[Select List (cascading)]" in cascadeOption("Option1","Option1A"))
        
      1. 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.

            Assignee:
            Łukasz Mach
            Reporter:
            Jose Luis Gonzalez
            Votes:
            4 Vote for this issue
            Watchers:
            16 Start watching this issue

              Created:
              Updated:
              Resolved: