Hi All,
Please let me know if there is any specific authentication required to update XRAY Test> Test Runs > Fix Versions
It will be great help if you provide XRAY API with JSON details to update Fix Versions in Test Runs
Need to update fix version on automation suite exeuction.
Hi @rahuldmali and welcome to the community,
Xray's REST API can be found here https://docs.getxray.app/display/XRAY/REST+API
I would use this request:
PUT /rest/raven/1.0/api/testrun/{id}/
Example JSON can be found on here.
Thank you for quick response. Appreciate it.
I have gone through below XRAY REST API link.
https://docs.getxray.app/display/XRAY/REST+API
It looks like XRAY not supporting updating "Fix Version" through REST API.
As per above documentation page It only supports below list of fields for update -
status, comment, assignee, defects, evidences, examples and steps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Then it seems that it can't be done. You can always ask for an official response from xray's support.
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.