Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Jira to Power BI

john.basha June 23, 2020

How to get the JIRA data to Power BI? i mean without using the AIO Connector?

I am the only developer uses AOI connector so it doesn't make sense to but license for all JIRA users with this connector license.

 

So, need help to get data from JIRA to power BI.

1 answer

Suggest an answer

Log in or Sign up to answer
0 votes
Danyal Iqbal
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 23, 2020

Hi,

you can connect to the jira database directly if you have jira server and use SQL to get your data or you could get the data from the rest API and save it in a separate database/csv and connect it to PowerBI.

john.basha June 24, 2020

Can you explain me how to get the data using REST API? is it free?

can you provide me the link of REST API?

Brad Quirk - Quirk Consulting
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
July 9, 2020

Hi John,

 

You can use PowerBI's built-in connector for free here - https://powerbi.microsoft.com/en-us/blog/explore-your-jira-data-with-power-bi/

This is largely a config activity, similar to the AIO connector, to ensure the connector integrates with your instance properly, and may require some data manipulation in the PowerBI program to create a truly 'clean' data source.

 

Utilising the JIRA API, whilst more powerful than an out-of-the-box solution, can be much more difficult to get of the ground as you're essentially building a script that can authenticate with your Jira instance, collect & prepare the data, store it in an accessible location (usually as a .json, .xml or .csv file), and have that script run on a batch job to update at a suitable frequency (daily, weekly, monthly etc.).

Link to the Cloud API - https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/

Link to the Server API - https://docs.atlassian.com/software/jira/docs/api/REST/latest/

These two APIs are largely similar with regards to their end points, the only key difference being authentication methods can vary between the two.

 

Hope that helps!

Brad

TAGS
AUG Leaders

Atlassian Community Events