I need a list of all labels in my jira cloud instance. We have 1864 labels.
I am using API 3 with this call:
https://myco.atlassian.net/rest/api/3/label?StartAt=1000
The first line of the response says this:
{"maxResults":1000,"startAt":0,"total":1864,"isLast":false,"values":
Why has the StartAt parameter been ignored? how else do you send this?
Hi @ed.moore
I believe the parameters are case-sensitive, so please try using startAt rather than StartAt.
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.