Forum Discussion
JIRA API connection with Power BI
Hi everyone,
I have seen several threats related with the Jira connection via API and people complaining with different issues and errors, but I haven't yet seen mine solved here.
I have tried a lot of ways to connect a service desk web to PBI:
1- This post:
2 - The Jira content Pack
3- Several posts like this one:
I have tried an Anonymous connection, a "Credential" one using my user and the API Token, the Base64 form for the first option... And I always end up in this scenario (The code on the right side has been hidden for privacy reasons):
The jira url I'm copying is https://mycompanyname.atlassian.net, perhaps the problem is there because I'm missing something.
Please if someone has encountered this before, the help would be hugely appreciated!
Thank you
- Anonymous1 year ago
Hi Anonymous ,
According to your screenshot, you seem to have connected to the data source. As for the lack of data display, I suggest you try to limit the number of imports, and then check whether there is data in the table view:
In addition, about the M code of API:let url = "http://localhost:8080/rest/api/2/issue/QA-31", headers = [ #"Authorization" = "Basic xxxxx", #"Content-Type" = "application/json" ], response = Web.Contents(url, [Headers=headers]) in response
Best Regards,
Dino Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
2 Replies
- AnonymousNot applicable
Small update: With the Jira content pack I don't get that screen but I get an empty table with a lot of columns:
- AnonymousNot applicable
Hi Anonymous ,
According to your screenshot, you seem to have connected to the data source. As for the lack of data display, I suggest you try to limit the number of imports, and then check whether there is data in the table view:
In addition, about the M code of API:let url = "http://localhost:8080/rest/api/2/issue/QA-31", headers = [ #"Authorization" = "Basic xxxxx", #"Content-Type" = "application/json" ], response = Web.Contents(url, [Headers=headers]) in response
Best Regards,
Dino Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.