link_test_cycles_to_plan
Link existing test cycles to a test plan by providing the plan's internal ID and an array of numeric cycle IDs. Returns 204 on success.
Instructions
Link one or more existing test cycles to a test plan. Use the plan's internal id (from get_test_plan or search_test_plans). testcycleIds are numeric integer IDs. Returns 204 on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Test plan ID | |
| testcycleIds | Yes | Test cycle IDs to link |