Get linked test cycles from a test plan
get-test-plan-test-cyclesRetrieve all test cycles associated with a specific test plan by providing its ID.
Instructions
Get test cycles linked to a test plan
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Test Plan Id, refer id from response of API "search Test Plans" | |
| sort | No | Pattern: sortField:order, Example: key:asc | |
| fields | No | Comma separated fields to be fetched, allowable fields are id, key, summary, description, projectId, folder, created, updated, labels, priority, status, reporter, testPlanFilterOperators | |
| startAt | No | Default 0 | |
| maxResults | No | Default 50, Max 100 |