Hi,
We're trying to migrate to the new JQL Search endpoint(rest/api/3/search). Using pagination, first few hits are successful but later the API is failing with error, even when we are using the nextPageToken provided in the previous API hit.
This happens when you try to fetch the issues created until the current_moment. As you're trying to fetch the data in near real time, new issues can be created at the same moment and the next page index may change in between API calls, thus giving the above error.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.