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?