I use Splunk Addon 'Jira Issues Collector' to collect event from JIRA.
I have 150 issues created. However, I only get the latest 100 issues only.
All JIRA is created within 1 month.
Here is the JQR:
created >= "2020-01-01"
Hi @Daniel Mak -- Welcome to the Atlassian Community!
I suspect you are running into the same limit as the REST API, and you would need to use the maxResults and startAt parameters to page for more than 100 records. Also remember to specifically use and ORDER BY statement so the pagination works in a predicable manner.
Here is the REST API documentation which you an examine for use of maxResults:
Best regards,
Bill
@Bill Sheboy how much can be the max results we can get using post call? I configured the request body with maxResults 10000 but only 100 issues returned for 250 results of jql.
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.