Hi,
When trying to perform the jql query "fixVersion in unreleasedVersions()" on one of our Jira instances we get a ClauseTooComplexSearchException. The error message simply says "the following query was too complex to generate a query from: fixVersion in unreleasedVersions()". Running the search "fixVersion in releasedVersions()" however, works without any problems.
Also the search, "fixVersion in unreleasedVersions()", runs without any problems on our other nearly identically configured instances.
Any ideas?
No one seems to be able to answer this. I'll just mark this as answered to stop those annoying "Open question reminder" e-mails...
Hi Daniel,
Sorry for the too late response, but I recently ran into the similar problem, and I found your question.
When I looked at Lucene API and after some googling I found this issue.
JQL has a limit of 1024 clauses, you can only get the expected results for <1024 rows. So, if you have more than 1024 fixVersions you may run into this problem.
Tuncay
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Even this simple query will claim that it is too complex for Basic mode:
assignee = "firstname.lastname@domain.com"
Maybe because we have more than 1024 users if you count the deactivated ones?
IMO this is a bug you ought to fix.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Daniel,
Hmm, the reason for this might be that the result of the query would be too huge to be displayed. Would it help to narrow down the query to specific projects?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I just tried "project = some_project and fixVersion in unreleasedVersions()". Same error. And the project I tested that with only has 112 issues in it. So it must be something else.
Oh and by the way, Jira doesn't seem to autocomplete the "unreleasedVersions()" function.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.