cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

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
Solution Sage
Solution Sage

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
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors