Get linked requirements for a test cycle
get-test-cycle-requirementsRetrieve requirements linked to a test cycle. Specify the test cycle ID and optionally paginate results.
Instructions
Get all requirements (stories) 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 pattern (e.g., key:asc). Possible values: key, status, priority | |
| startAt | No | Starting index for pagination (default 0) | |
| maxResults | No | Maximum results per page (default 50, max 100) |