Create Defect
create_defectRegister a known defect in the project so failing test results can be linked via automated defect matchers.
Instructions
Create a new defect in the current project.
Use this tool to register a known defect that can later be linked to failing test results through defect matchers (automation rules).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name / title of the defect | |
| description | No | Optional markdown description | |
| output_format | No | Output format: 'json' (default) or 'plain'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| url | No | ||
| name | No | ||
| description | No |