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,
First here, hoping i can get some support :)
My goal here is for any test execution id to change the status of all the testsruns for the test i have in it.
I tried some stuff using https://support.atlassian.com/jira-software-cloud/docs/smart-values-general/ and trying to access custom field provided by Xray but no luck there.
Can i use Smart values from Jira to access those field from :/rest/raven/1.0/api/testexec/ID_TestExecution/test ? Here is the result that i want to change using {Fields} or update in my Json
[
{
"id": 82359,
"status": "TODO",
"key": "TXRAY-27255",
"rank": 1
},
{
"id": 82361,
"status": "TODO",
"key": "TXRAY-26619",
"rank": 2
},
{
"id": 82363,
"status": "PASS",
"key": "TXRAY-27263",
"rank": 3
}
]
Thanks,
Have a good day
I realised later that i can can respond my own problem with the webhook instead of trying to do everything in a single json...
Hi Adrien,
Our support team will need more information to better help you with this question.
Please open a support ticket in our Service Desk Portal.
Best Regards,
Team Xray
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jose,
I am facing same as stated above.
I am trying to update status of tests or test sets added to test execution as PASS or FAIL. Can you please let me know curl command for this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @vivek,
I am also facing this issue, test execution is getting created but test status are not getting updated.
Kindly help if you have got any solution?
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.