Get linked test plans for a test cycle
get-test-cycle-test-plansRetrieve all test plans linked to a specific test cycle by its ID. Supports pagination, field selection, and sorting for efficient data access.
Instructions
Get all test plans linked to a test cycle
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Test Cycle ID - Refer id from "Search Test Cycles" | |
| sort | No | Sort field and order | |
| fields | No | Comma separated fields to be fetched | |
| startAt | No | Starting index for pagination (default 0) | |
| maxResults | No | Maximum results per page (default 50, max 100) |