Hello,
with Xray graphql API, I can create new test executions and add tests run.
there is a custom field for a link to report. i could not find a method or a call to set the value of custom field.
suggestions?
Hi @Dotan Brand
What kind of custom fields are you using, Jira custom fields or Xray custom fields?
If you are using a Jira custom field, you need to use Jira API for this: https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options/#api-rest-api-3-field-fieldid-context-contextid-option-put
If you are using Xray custom field, you can use the mutation method "updateTestRun" with the argument "customFields": https://xray.cloud.getxray.app/doc/graphql/updatetestrun.doc.html
Thank you.
Kind regards,
Rogerio Paiva [Xray Support Team]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.