We are building a Power BI dashboard for our executives using the Jira Cloud API's. We have ran into a problem with the queries only retrieving a maximum of 100 records. We are reviewing our queries but we would like any suggestions that can be offered to over come this problem
You will need to use pagination to iterate and get multiple pages of results. Refer to the Pagination section of this page:
https://developer.atlassian.com/cloud/jira/software/rest/intro/
As per the following issue, Atlassian has set the maximum number of returned items to 100 and this apparently cannot be overridden.
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.