REST API for Power-BI Connector

Ahmad Al-Abbadi July 17, 2018

I need to retrieve specific data from Atlantis Cloud Jira Service Desk Instance. Ex. Specific Project or Specif User data to do Reporting using PowerBI in  simple way, am not expert in REST !

Related Post , Thanks Tiago Machado

in related post it seems complex and has errors on my testing. As in simple connector below didn't  get any thing or retrieve any data!

let
    Source = Json.Document(Web.Contents("https://xxxxxx.atlassian.net/rest/api/2/search?jql=assignee=currentUser()")),
in
    Source

 What about authentication ! where I can add my account basic authentication !

Am looking for a way to retrieve JQL data from my instance to ODBC or to PowerBI to create unique report. Please share an examples if you have.

 

Thanks in advance,

Ahmad 

2 answers

0 votes
paul sexstone October 16, 2019

did you solve this?

0 votes
Chriss Pratt September 18, 2018

I am sharing blog URL of information read rest API task, where the complete task is discussed in the proper way with step by step. Check it out here:

https://zappysys.com/blog/howto-import-json-rest-api-power-bi/

Hope it will be helpful.

paul sexstone October 16, 2019

3rd party tool isn't what he or I want

Chris McDonald April 24, 2020

The answer to every question I see in here seems to be "here buy my 3rd party plugin"

Suggest an answer

Log in or Sign up to answer