Hi @Admin
Is this via the REST API? If so, you need to check some of the returned header info, there are parameters maxResults which can be between 1 and 100 and startAt, which you will need to set to 100 and call the API again
Hi @Admin
Okay, so at the bottom of that screen you should see something like this on the left
and like this on the right
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Admin
Is the problem that you aren't seeing the "next page" links like I've shown above?
Or are you seeing them but your problem is that you want all 131 issues to display without using the links?
You will need to be more specific about what your issue is
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So you can see a link for next page, if you click on it, it will give you the rest of your items - what's the problem? You are able to see all the items in the sprint, it only requires you to click a link because it's a paginated response, which is a fairly standard web function
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.