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'm trying to unassign test runs using the xray graphQL API.
I'm running the following query on https://xray.cloud.xpand-it.com/api/v2/graphql
mutation {{
updateTestRun(id : "{test_run_id}", assigneeId : null) {{
warnings
}}
}}
But this does not unassign the test runs. I've tried null, "None" , "Unassigned" but nothing works.
If I put a user_id the update works as expected.
How could I unassign test runs ? Thanks !
Hi @aymon.debroglie. Welcome to the community! You might consider contacting Xray directly for support: https://jira.xpand-it.com/servicedesk/customer/portal/2
Hi, I have contacted them as well , If they answer me I'll post their answer here !
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In fact it is not possible to unassign with the API see this feature ticket
https://jira.getxray.app/browse/XRAYCLOUD-4320
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.