Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Don'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.

Reply
hb_123
New Member

Connecting to Jira and Pulling Sprints and Initiative

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. 

1 REPLY 1
AmiraBedh
Super User
Super User

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.


Proud to be a Power BI Super User !

Microsoft Community : https://docs.microsoft.com/en-us/users/AmiraBedhiafi
Linkedin : https://www.linkedin.com/in/amira-bedhiafi/
StackOverflow : https://stackoverflow.com/users/9517769/amira-bedhiafi
C-Sharp Corner : https://www.c-sharpcorner.com/members/amira-bedhiafi
Power BI Community :https://community.powerbi.com/t5/user/viewprofilepage/user-id/332696

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.