qase_triage_defect
Create a defect from a test failure and optionally link it to failed results to streamline triage workflow.
Instructions
Create a defect from a test failure and optionally link it to failed results. Streamlines the triage workflow: create defect → link to failing tests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Project code (2-10 uppercase letters, numbers, or underscores) | |
| tags | No | ||
| title | Yes | Defect title | |
| run_id | No | Run containing the failed results | |
| severity | No | ||
| attachments | No | ||
| description | No | ||
| custom_field | No | ||
| actual_result | No | Observed behavior | |
| failed_result_ids | No | Result hashes to link to this defect (from the run) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| defect | No | Full defect entity | |
| defect_id | Yes | Created defect ID | |
| linked_results | Yes | Number of linked result hashes |