Hello,
I'm using the updated search. First page url:
"root":{
"issues": [...] 50 items
When I try to get the next page I'm using following url:
https://mycompany.jira.com/rest/api/3/search/jql?jql=‹JIRAfilter›&nextPageToken=CiEjU3Ry...zZWQp
In the response I receive the next 50 items (the ids are different in the issues, I checked) and the "isLast" is still false BUT
"nextPageToken" is the same as previous so I cannot fetch the next items.
Should I use differently or what is problem?
I don't think you're doing anything wrong. I believe this is an intermittent problem with Jira’s new cursor-based search, as there are others who are facing similar issues.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.