List Defect Test Cases
list_defect_test_casesRetrieve test cases linked to a given defect to analyze coverage and impact.
Instructions
List test cases currently linked to a defect.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Zero-based page index | |
| size | No | Page size (1..100) | |
| defect_id | Yes | ID of the defect whose linked test cases should be listed | |
| output_format | No | Output format: 'json' (default) or 'plain'. |