Hi Team,
We recently noticed that the GET API "/rest/api/3/search" is being deprecated, so we need to migrate to the "/rest/api/3/search/jql" API. However, the documentation does not mention the 'StartAt' offset parameter. Is there a way to use an offset when calling the new API?
However, the documentation does not mention the 'StartAt' offset parameter.
That's because the new Search for Issues using JQL endpoint doesn't use the StartAt parameter, it uses the newer nextPageToken parameter, which definitely IS described in the documentation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.