OBJECT
removeTestsFromTestSet
link Example
The mutation below will remove the Tests with issue id "54321" and "67890" from the test set "12345".
mutation {
removeTestsFromTestSet(issueId: "12345", testIssueIds: ["54321", "67890"])
}
OBJECT
The mutation below will remove the Tests with issue id "54321" and "67890" from the test set "12345".
mutation {
removeTestsFromTestSet(issueId: "12345", testIssueIds: ["54321", "67890"])
}