I am try to connect to jira compass to send events from my custom tool chain
I want to publish events against a component which are results of integration tests.
To this end I am trying to use the web REST or GRAPHQL API's to post these events
But at the moment I cannot connect to my cloud instance All I get is a 404 errors even using the sample CURL
I have had to code the --ssl-no-revoke on the end of the curl to even get this far
curl -D- -X GET -H "Authorization: Basic ...." -H "Content-Type: application/json" "https://your-domain.atlassian.net/rest/api/2/issue/BOOK-72" --