Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×My project has more than 100 issues but when i get all issues using jql it returns me only 100 issues in one request. How can i get all? maxResults doesn't work for me.
The highest number that you can use for maxResults is 100 - this was a change that came in last year, because it used to be 1000. So, as @Alexey Matveev has said, you need to loop round all the results.
The first call will have startAt=0 and maxResults=100
The next call will have startAt=100 and maxResults=100 etc.
Hello,
Do you use Rest Api to get issues? If so, you should use startAt and maxResults.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.