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.
Community moderators have prevented the ability to post new answers.
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.
Can you explain me how to get the data using REST API? is it free?
can you provide me the link of REST API?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Apply agile practices
Transform how you manage your work with agile practices, including kanban and scrum frameworks.
Learning Path
Configure agile boards for Jira projects
Learn how to create and configure agile Jira boards so you can plan, prioritize, and estimate upcoming work.
Jira Essentials with Agile Mindset
Suitable for beginners, this live instructor-led full-day course will set up your whole team to understand how to use Jira with an agile methodology.
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.