You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello,
I'm trying to import an xml report to Jira xRay - to a Test Execution item.
The documentation I can find makes reference to client_id and client_secret, which should be generated by Create API key. Create API key only generates one string, a token.
As such I can't figure out how to use just the token to submit the xml report.
For example, this command:
curl -H "Content-Type: application/json" -X POST --data @"cloud_auth.json" https://xray.cloud.getxray.app/api/v2/authenticate
I can't use it, as it needs client_id and client_secret. Also, the endpoint itself returns
Cannot GET /api/v2/authenticate
Using this command:
curl -H "Content-Type: text/xml" -X POST -H "Authorization: Bearer $token" --data @"data.xml" https://xray.cloud.getxray.app/api/v1/import/execution/junit?testExecKey=XNP-23
results in "{"error":"Invalid JWT: JsonWebTokenError: jwt malformed"}"
Please can anyone help?
This only happens when the token is not correctly stored/sent in the request.
Ensure that the token is exactly as returned by the authentication API, without linefeeds or any other character that does not exist in the returned token.
If you need further help, please contact Xray Support (http://Xraysupport.getXray.app) to help further.
Thank you.
Kind regards,
Rogerio Paiva [Xray Support Team]
Hi ...I have tried to do the same and have this exact issue and receive the output message above.
I have found the Token is not getting generated using the methods outlined in the XRay documentation:
Created a file with JSon including Jira Security Tokens in the Credentials:
cloud_auth_sb.json file contains:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.