-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
6.3.10, 7.2.9
-
6.03
-
9
-
Severity 3 - Minor
-
1
-
Basically, is the same as https://jira.atlassian.com/browse/JRA-31774
When JQL consist of more than 6000 characters in Google Chrome or Mozilla Firefox, it will show the following error:
Error occurred communicating with the server. Please reload the page and try again.
On Internet Explorer and Microsoft Edge, it does not show any error message from the user interface. However, if you pull up the F12 Developer Tools, you will find it returns error message "jqlTooComplex" under the response body.
Work Around
Break down the main JQL filter into smaller chunks of JQL filters e.g. filter in ("Filter 1", "Filter 2").