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.
I created a test execution, inside of it i place 3 tests,What I need to is update the test execution to each test and make upload of evidences to each test.
I'm trying use the documentation of API: https://docs.getxray.app/display/XRAY/v2.0#/
I'm doing the steps:
1. GET /testrun to obtain the ID of each test
2. Once I have the ID I will PUT / testrun / {id} to update the status of each test and insert the evidence.
However, the problem is that when I try to do the GET requisition inserting the testExecIssueKey and the testIssueKey an error occurs 'TypeError: Failed to fetch'.
The base URI: https://sandbox.xpand-it.com/rest/raven/2.0/api/testrun
params: ?testExecIssueKey=E2ETESTING-37&testIssueKey=E2ETESTING-32
If you can help me with this situation.
Hi @mirabr
It is supposed to work, I have tested it like this (below) and it worked:
curl -H "Content-Type: application/json" -X GET -u <username>:<password> "https://sandbox.xpand-it.com/rest/raven/2.0/api/testrun/?testExecIssueKey=E2ETESTING-37&testIssueKey=E2ETESTING-32"
Please follow a similar approach.
Thank you.
Kind regards,
Rogério Paiva [Xray Support Team]
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.