Open tdalon opened 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.
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.