KoderLabs / jira-powerbi-template

A Power BI template to connect with Jira and create custom reports
MIT License
25 stars 5 forks source link

Compatibility for Jira Server/DC version (small change request in url) #5

Open tdalon opened 1 year ago

tdalon commented 1 year ago

I have tried your template with Jira server and to get this work I had to change in the REST url /3/ to /latest/ in the FetchData function

line starting with

contents = Web.Contents(URL&"/rest/api/latest/search",

With this change I think your template might support for both Jira setups.