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
Hi,
I am using Xray/JIRA on cloud, and I would like JIRA to close Xray test executions, after all its relevant test cases have passed. i have searched the JIRA automation but couldn't find a suited solution. Can anyone help me achieve that, if possible at all?
10x
Ami
Hello @ami_jeain
If you want Jira to end the test execution, not XRay itself, you are going to have to build custom automation rules that make calls to the REST API of XRay.
Start by Googling 'Jira automation call REST API' to start learning how to do that sort of thing.
Then, you'll need to read the documentation of XRay's REST API to learn what endpoints, if any, can end a test execution and how to format a request to that endpoint
Have fun on your learning journey.
PS. You can also Google 'Jira automation call Xray' and see all the other times this question has been asked, and maybe find where others have already extensively written on the topic and provided code examples.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.