Hi, I'm trying to update a test run's assignee using the rest API. This is the documentation link https://confluence.xpand-it.com/display/XRAY23/Test+Runs+-+REST
my request is : https://myServer/rest/raven/1.0/api/testrun/123/
the content data is : {"assignee": "tom"}
ps : tom is the username not the display name
I keep getting error 500 Unrecognized field assignee. I tried updating the status and it worked so the request is fine. The problem is the field assignee is not recognized.
Hi Princess,
I would check if "Tom" is an assignable user in the project where you are creating the ticket to.
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.