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