Hi,
I'm using Jira Search API to get all issues for my project in Power BI.
Below is the API URL used:
https://jirainstance/rest/api/2/search?jql=project=projectname&maxResults=10000
Total records are around 9000, however, only 4000 are pulled.
How can I fetch all the 9000 records in Power BI using this API?
Directly from the mouth of the beast:
maxResults
integer
The maximum number of items to return per page. To manage page size, Jira may return fewer items per page where a large number of fields are requested. The greatest number of items returned per page is achieved when requesting
id
orkey
only.
I'm surprised you can pull 4000 issues at once. Normally you're only able to pull 100 at a time or 1000 if you limit your fields to id or keys only.
The solution is to perform multiple requests using the startAt parameter.
Thanks for response @Daniel Turczanski - JQL Search Extensions
In Power BI, how can I call multiple requests with different values in startAt?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Shruti
In this case, you can try our Power BI Connector for Jira app.
It makes exporting extremely simple without the limitations you face when using the API. It supports all fields of data, including tables, custom fields, history, Jira Service Desk, Tempo Timesheets, Tempo Planner, Portfolio for Jira, Agile, Insight, and others.
I hope this will be helpful
Julia Turchenko,
Marketing Manager at Alpha Serve
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.