Hey all,
Spun up a dev JIRA Cloud instance.
Tried to use curl to get API data and keep getting 401 not authorized
heres the curl command:
curl -D- -u :password -X GET -H “Content-Type: application/json” https://myurl.atlassian.net/rest/api/2/issue/
No matter what i try i get the dreaded 401!
This is for the JIRA instance not Confluence.
The end goal is to incorporate this into code later but first steps frist curl
TIA