Hi,
Good Evening.We tried to increase the size of jira search results limit from 50 to any number.But couldn't retreive any solution on it.Made changes even in the Jira-Config-properties file.Attaching the changes made in config file.
Rest Call:GET /rest/agile/1.0/board/{boardId}/issue.
Thanks In Advance.
Hi @B Sruthi
I believe this is not possible, when we use the REST API provided by Atlassian the results are limited to avoid performance problems. As they described it in the docs:
"Pagination is used for the Jira REST APIs to conserve server resources and limit response size for resources that return potentially large collection of items"
That being said, you could use the pagination option to retrieve all of the data you need.
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.