Hi there,
we are using the Search endpoint , based on the documentation maxReulsts default is 50 but we are unable to increase this limit. Even if we try to set maxResulsts 100 it still returns just 50 issues.
Is there a way to increase this limit?
Thank you
Hi @jan.ambroz
I just checked and it pulled back 100 for me by adding this to the end of my search:
&maxResults=100
What were you trying to use?
Kind regards,
Bill
Hi Bill,
yes, you are right it is 100, we are trying to return 10K+, but looks like JQL has some limit too. So the max limit for the endpoint is 100, and there is no way to return more items per page?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That is correct: 100 is the upper limit.
Here is the old "defect" on this that 1000 did not work with maxResults, and the Atlassian response described the potential performance, memory, and timeout issues for the decision.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I just realized the maxResults is not a problem, the problem is the limit that JQL returns which is just 1000, but we need to return around 10k. Do you know if there is a way to increase this limit?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have not run into that one for a while, and I recall that was also a hard limit for Jira Cloud. The only work-arounds I recall were to use additional search criteria to get below the limit and then merge result sets (from multiple searches) in another tool.
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.