Get linked Test Cases of Test Cycle
get-qmetry-test-cycle-linked-test-casesRetrieve test cases linked to a specific test cycle, supporting pagination and field-based filtering to refine results.
Instructions
Get test cases that are linked to a specific test cycle with pagination and filtering support
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Test Cycle Id - Refer id from Search Test Cycles | |
| sort | No | Pattern fieldName:Order example id:asc | key:asc |
| fields | No | Comma separated field names to be fetched | id, key, summary, description, executionResult, status, priority, environment |
| filter | No | Filter by fields to filter search results | |
| startAt | No | Default 0 | |
| maxResults | No | Default 100, Max 100 |