-
Type:
Bug
-
Resolution: Invalid
-
Priority:
Low
-
Component/s: Work Item - Search - Backend - JVIS
-
None
-
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
- Add a custom field of type 'Select List (single choice)' E.g Department
- Add some value options
- Associate the new custom field with some screens.
- In a project create a issues using various values from select list and also no selection
- 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.
- relates to
-
JRACLOUD-78457 jqlTooComplex response when using != operator with a Select List (Single choice)
-
- Closed
-