I want to search jira service management issues using REST API.
I set the search limit (maxResults:1000) as follows, but I can only search up to 100 search results.
Is something specified wrong? Or a cloud bug?
Or is there another way?
https://xxxxx.atlassian.net/rest/api/3/search?maxResults=1000&jql=project="SAM"
You need to do 10 requests for 100 issues each, one with "startAt=0", the next one with "startAt=100", "startAt=200", etc. etc.
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.