update_defect
Modify a defect's details by providing project code and defect ID. Update title, severity, actual result, attachments, or tags.
Instructions
Update an existing defect
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Project code (2-10 uppercase letters, numbers, or underscores) | |
| id | Yes | Entity ID (positive integer) | |
| title | No | Defect title | |
| actual_result | No | Actual behavior observed | |
| severity | No | Defect severity | |
| attachments | No | Array of attachment hashes | |
| tags | No | Tags for categorization |