get_test_cycle_executions
Retrieve all test case executions for a test cycle using its internal ID. Get testCycleTestCaseMapId and testCaseExecutionId for updates, plus key, status, and priority per case.
Instructions
List all test case executions linked to a test cycle. Requires the internal cycle id (from get_test_cycle, not the key). Returns testCycleTestCaseMapId (needed for bulk_update), testCaseExecutionId (needed for update_test_execution), key, status, and priority per test case.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Test cycle ID (internal ID from search_test_cycles) | |
| startAt | No | Page offset (default 0) | |
| maxResults | No | Items per page (max 100, default 50) | |
| sort | No | Sort e.g. "id:asc" or "updated:desc" | |
| fields | No | Comma-separated fields to return |