I would like to have a powerquery in my excel file which pulls all the issues from a jira board. I have:
- created a filter in jira for the issues already.
- captured the link to the csv export:
https://[mycompany].atlassian.net/sr/jira.issueviews:searchrequest-csv-with-bom-all-fields/12170/SearchRequest-12170.csv?atl_token=8e034a3-9a77-484b-9138-a0be45b9ff7b_1aaca7d5e98a798a9df94a3d032ab32e23de3433_lin&tempMax=1000
https://[mycompany].atlassian.net/sr/jira.issueviews:searchrequest-csv-with-bom-all-fields/12170/SearchRequest-12170.csv
I've read that basic authentication is deprecated and I couldn't get anonymous,windows or organsational authentication to work, hence i chose webapi.
in power query, i keyed in the api token string and specified the url for the jira csv download:
[Error Step] - when i try to connect, I receive the message: "a web api key can only be specified when a web api key name is provided"
-> What do I need to do? I hypothesize that some people have many api keys and I need to reference the one i named "excel"? How would I do this?
Any insights appreciated :)