Update Defect
update_defectModify an existing defect by updating its name, description, or closed status. Provide only the fields you want to change to keep the rest intact.
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 |