I can't reproduce the behaviour with OR differing from AND
But I fully reproduce the missing fq when the search context points to pages existing on the default workspace but not yet in the live workspace.
The error is traced in log files.
IMHO there's nothing to fix here, an invalid search context is not supported by the search service.
Cédric Damioli
added a comment - I can't reproduce the behaviour with OR differing from AND
But I fully reproduce the missing fq when the search context points to pages existing on the default workspace but not yet in the live workspace.
The error is traced in log files.
IMHO there's nothing to fix here, an invalid search context is not supported by the search service.
Cédric Damioli
Frederic Ravetier (Inactive)
Votes:
0Vote for this issue
Watchers:
2Start watching this issue
Created:
Updated:
Resolved:
{"errorMessages":["jqlTooComplex"],"errors":{}}
[{"id":-1,"name":"My open issues","jql":"assignee = currentUser() AND resolution = Unresolved order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-2,"name":"Reported by me","jql":"reporter = currentUser() order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-4,"name":"All issues","jql":"order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-5,"name":"Open issues","jql":"resolution = Unresolved order by priority DESC,updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-9,"name":"Done issues","jql":"statusCategory = Done order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-3,"name":"Viewed recently","jql":"issuekey in issueHistory() order by lastViewed DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-6,"name":"Created recently","jql":"created >= -1w order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-7,"name":"Resolved recently","jql":"resolutiondate >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-8,"name":"Updated recently","jql":"updated >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false}]
I can't reproduce the behaviour with OR differing from AND
But I fully reproduce the missing fq when the search context points to pages existing on the default workspace but not yet in the live workspace.
The error is traced in log files.
IMHO there's nothing to fix here, an invalid search context is not supported by the search service.