Hi @lurachen,
When issuing the REST API endpoint, you will notice at the beginning of the response the a "startAt" property:
{"expand":"names,schema","startAt":VALUE,"maxResults":50,"total":62,"issues":
If you replace "startIndex" with "startAt" you should get the JSON response you are looking for. More information on:
Two additional URL parameters are provided in the request:
startAt
andmaxResults.
These parameters specify the starting issue returned in the JQL results and the number of issues from that starting issue respectively.
Extracted from https://developer.atlassian.com/server/jira/platform/jira-rest-api-examples/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.