Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Retrieve Jira export file

Hi All,

 

I have a Jira URL that successfully retrieves and downloads an export file:

https://jira.compABC.com/sr/jira.issueviews:searchrequest-csv-all-fields/temp/SearchRequest.csv?jqlQuery=projectXYZ

 

I want to use it as a source for a table.  I have tried quite a few variants to no avail.  Such as:

let
    Source = Csv.Document(
        Web.Contents("https://jira.compABC.com/sr/jira.issueviews:searchrequest-csv-all-fields/temp/SearchRequest.csv?jqlQuery=projectXYZ"),

            [Delimiter=",", Columns=252, Encoding=1252, QuoteStyle=QuoteStyle.Csv])
in
    Source

 

Looking for a native solution without the use of a connector.

 

Any thoughts?

 

Cheers, Steve

  • Hi Anonymous ,

     

    There used to be a Power BI content pack for JIRA to perform this function. However, this app is no longer available on the Power BI app marketplace. Nonetheless, you can download the .pbit version to use in Power BI Desktop.

     

    Here is the link.Connecting Jira to Power BI: Easy Steps - Learn | Hevo (hevodata.com)

     

    Then follow the steps to create a token and add a connection in the content pack.


    Best Regards,
    Henry

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

4 Replies