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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Prasdhara
New Member

Pulling data from JIRA API doesn't give any errors but doesn't show any records either

Hello All,

 

I have 10 issues in my JIRA Project 'TEST'. The code isn't giving any errors but isnot getting anything from the issue list.

 

Prasdhara_4-1691065668258.png

 

 

See Code below 
let
#“Header” = Binary.ToText(Text.ToBinary(#“User Email” & “:” &#“API Token”)),
#“BaseURL” = “https://pra24.atlassian.net/rest/api/3/search”,
Source = Json.Document(
Web.Contents(
#“BaseURL”,[
Headers=[
#“Authorization” = “Basic” & #“Header”,
#“Content-Type” =“application/json”
]
]
)
)

in
Source

The result is :

 

Prasdhara_2-1691065546105.png

 

whereas when I type the same as url in the address bar, I get :

 

Prasdhara_3-1691065612282.png

 

I am not able to understand why am I not getting the records.

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

2 REPLIES 2
amitchandak
Super User
Super User

@Prasdhara , refer if these can help

https://community.fabric.microsoft.com/t5/Desktop/Connecting-Jira-to-Power-BI-using-the-Web-API/m-p/...

https://www.alphaservesp.com/blog/connect-jira-and-power-bi-desktop-jira-api-vs-add-ons/

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Thanks. 

 

The links were a great help. The issue is resolved.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors