get_defect_test_results
Retrieve test results grouped by a defect ID to see failure count and associated launches.
Instructions
Get the test results grouped under a specific defect. Use this to see how many failures belong to this defect and in which launches they appeared.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Defect ID. Must be a number (integer), not a string. | |
| page | No | Page number, 0-based. | |
| size | No | Page size. |