Is there any way to increase the limit of the "maxResults" parameter within the Jira REST API? My current limit is 100 lines. I would like a way to increase this number to at least 200 lines, it is possible without the need to do pagination.
Hello @hugo.barbara
Welcome to the Atlassian community.
It is not possible to increase the limit beyond the limit set for the specific endpoint. Each endpoint has a different limit.
Refer to the Pagination information on this page for the method to find the limit for the endpoint you are using.
https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/#permissions
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.