Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • curl -X POST --url "https://xray.cloud.getxray.app/api/v2/graphql" -H "Authorization: Bearer token" -H "Content-Type: application/json" --data "{ \"query\":\"mutation{ createTestExecution(testIssueIds:[\\\"33920\\\"] jira:{fields:{summary:\\\"Test Execution for AMGT\\\",project:{key:\\\"AMGT\\\"}}}){testExecution {issueId jira(fields: [\\\"key\\\"])}warnings createdTestEnvironments}}\"}"



Example of a CURL request to get a Test Run ID

...