Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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.
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 :
whereas when I type the same as url in the address bar, I get :
I am not able to understand why am I not getting the records.
Solved! Go to Solution.
@Prasdhara , refer if these can help
https://www.alphaservesp.com/blog/connect-jira-and-power-bi-desktop-jira-api-vs-add-ons/
@Prasdhara , refer if these can help
https://www.alphaservesp.com/blog/connect-jira-and-power-bi-desktop-jira-api-vs-add-ons/
Thanks.
The links were a great help. The issue is resolved.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
84 | |
75 | |
68 | |
41 | |
35 |
User | Count |
---|---|
107 | |
56 | |
52 | |
48 | |
40 |