PowerBI JIRA Integration with rest API

I’m trying to integrate JIRA data with PowerBI through Rest API’s as we don’t want to use any plug-ins.

Below is the API I’m using which returns only 1000 records. But we need to retrieve the entire API result.

API: http://localhost/rest/api/latest/search?maxResults=10000

Please help. Thanks in Advance.

Is it Jira or PowerBi endpoint?

I assume that endpoint is PowerBI’s. So I am not sure this forum is the right place to ask that.

But it should have a pagination structure when u can ask for the next 1000 records .

1 Like