Unlink test cases from a test cycle
unlink-test-case-from-test-cycleRemove test cases from a test cycle by specifying their IDs and version numbers, or unlink all test cases at once.
Instructions
Unlink test cases from a test cycle
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Test Cycle ID - Refer id from "Search Test Cycles" | |
| testCases | No | List of test cases to unlink. Example: [{id: "AYjI5KPIZpxE", versionNo: 1}] | |
| unlinkAll | No | If true, unlinks all test cases |