Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to Link Test Execution to Test by using "https://xray.cloud.getxray.app/doc/graphql/"

Praveen Y
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 6, 2022

Hi Friends,

I tried to link Test Executions to Tests in JIRA Cloud, by using 

https://xray.cloud.getxray.app/doc/graphql/

By using below schema:

https://xray.cloud.getxray.app/doc/graphql/addteststotestexecution.doc.html

 

mutation {
    addTestsToTestExecution(
        issueId: "12345",
        testIssueIds: ["54321"]
    ) {
        addedTests
        warning
    }
}

 

But not clear on this documentation how to implement this schema for cloud. 

Could you please any one can help me to add the test executions tests in JIRA Cloud (https://corelims.atlassian.net/)

 

 

0 answers

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events