Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hello,
I am creating a dashboard to connect to Jira. The Power BI Connector for Jira is not authorized to be used in my organization. I have used a query similar to this to make a connection to Jira: All data not displayed in Power BI from Jira (atlassian.com)
However, I am unable to get the Sprint and Initiative values displayed...is there any information on how I can display those values within my dashboard.
Thank you.
While I recommend using the Power BI Connector for Jira here is a workaround :
You can make API calls directly to the Jira REST API to pull data. This often requires a bit of development experience, but you can use Power Query in Power BI to make the API calls.
I think Sprint data can typically be found under `customfield_XXXX` (the specific ID can vary).
For example, you can use Power Query to make a GET request to a URL like this to get issues from a project:
https://your_jira_domain/rest/api/2/search?jql=project="YOUR_PROJECT_KEY"&fields=summary,status,customfield_XXXX
Replace `your_jira_domain` with your actual Jira domain and `YOUR_PROJECT_KEY` with your project key. Replace `customfield_XXXX` with the custom field ID for your sprints and initiatives.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
97 | |
69 | |
46 | |
39 | |
33 |
User | Count |
---|---|
163 | |
110 | |
61 | |
51 | |
40 |