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.
@Sunny Ape Currently in our project, with older API's we were using StartAt and maxResults parameters to implement pagination. With new API's, without StartAt parameter, additional code needs to be written to implement pagination if we are looking at thousands of jira stories. Please let me know if my understanding is correct.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Your understanding is correct @THULASIRAM KARNAM
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.