I want to start working with XRay to upload some JUnit results.
Unfortunately, I'm having an issue with XRay results import.
To get started I tried to use at first POST https://{{companyName}}.atlassian.net/api/v1/authenticate with generated clientID and clientSecret
(folliowing the documentation: https://confluence.xpand-it.com/display/XRAYCLOUD/Authentication+-+REST)
Error response is 404 ( <h1>Oops, you've found a dead link.</h1>)
Maybe I'm using incorrect base URL? What could go wrong?
Issue resolved:
incorrect URL was used, simply:
POST https:// https://xray.cloud.xpand-it.com/api/v1/authenticate should be used with generated client ID & sected.
it worked
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How to use Client ID and Secret?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
curl -H "Content-Type: application/json" -X POST --data '{ "client_id": "xxxxxxxxxxxxxxx","client_secret": "xxxxxxxxxxxxxx" }' https://xray.cloud.xpand-it.com/api/v1/authenticate
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.