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.
User | Count |
---|---|
84 | |
78 | |
71 | |
48 | |
42 |
User | Count |
---|---|
111 | |
56 | |
50 | |
41 | |
40 |