Hi there,
I'm using software called Alteryx to access the JIRA API. But I seem to be stuck in the authentication phase after following the walkthru here and nothing I try seems to solve this.
URL used is;
https://<mybusiness>.atlassian.net/rest/api/3/issue/114443
Headers are;
Authorization - BASIC <email>:<auth key>
Accept - Application/JSON
I keep getting a 200 "Connection Established" but the Download Data states that "Issue does not exist or you do not have permission to see it. I definitely have the permission as I'm looking at the ticket in Jira at the time.
I've tried various combinations around encoding at 64-bit;
<email>:<apikey>
<encoded-email>:<apikey>
<email>:<encoded-apikey>
<encoded-email>:<encoded-apikey>
Feel like I'm missing something here.
Any help would be great.