Hi,
While using JIra APIs it only returns 100 data in one call, but as per the API document, it can return 1000 records in one call.
I'm using the link like below.
atlassian.net/rest/api/3/search?jql=filter=11501&startAt=0&maxResults=1000
Hi @Jagadish Rout ,
Welcome to the community !!
For search, the max results is 100.
maxResults
is the maximum number of items that a page can return. Each operation can have a different limit for the number of items returned, and these limits may change without notice. maxResults
to a large number—for example, over 1000—and if the returned value of maxResults
is less than the requested value, the returned value is the maximum.
More details is in pagination section of https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/#expansion
Hello @Jagadish Rout
If you Google "jira cloud rest api jql 100 limit" you will see all the times this topic has already been discussed before, and will lead you to JRACLOUD-67570 from 2017 that answers your question.
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.