Update Defect
update_defectUpdate a defect's name, description, or status by ID. Provide the defect ID and at least one field to change.
Instructions
Update an existing defect's name, description, or status.
At least one field must be provided. Fields set to null/None are left unchanged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New defect name | |
| closed | No | Set to true to close, false to reopen | |
| defect_id | Yes | ID of the defect to update | |
| description | No | New markdown description | |
| output_format | No | Output format: 'json' (default) or 'plain'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| url | No | ||
| name | No | ||
| closed | No | ||
| status | No | ||
| description | No |