jqlTooComplex error returned despite returning results

XMLWordPrintable

    • Severity 3 - Minor

      Issue Summary

      QueryComponent!Jql.jspa returns response code 400 and a jqlTooComplex error despite returning returns when various jql operators are used with a Select List (single choice)

      Steps to Reproduce

      1. Add a custom field of type 'Select List (single choice)' E.g Department
      2. Add some value options
      3. Associate the new custom field with some screens.
      4. In a project create a issues using various values from select list and also no selection
      5. In the issue navigator enter the following JQL
      "Department[Dropdown]" IS NOT EMPTY
      

      Expected Results

      Should receive the results of the query and an HTTP 200 response

      Actual Results

      The results of the query are returned, but the headers show an HTTP 400 response and the dev tools preview shows a jqlTooComplex error.

      Workaround

      Currently there is no known workaround for this behavior. A workaround will be added here when available

      The same response is returned when using a logical OR

      "Department[Dropdown]" = DSI OR "Department[Dropdown]" = ART
      

      There maybe other operators that also return jqlTooComplex in combination with a Select List but do return results.

        1. is not empty - http400.png
          79 kB
          Daniel Davies
        2. is not empty - jqlTooComplex.png
          84 kB
          Daniel Davies

              Assignee:
              Unassigned
              Reporter:
              Daniel Davies (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: