alm_update_defect
Update specified fields on an existing defect in HP ALM by providing its ID and a dictionary of field names to new values.
Instructions
Update any field(s) on an existing defect.
Common fields: "status", "priority", "severity", "owner", "description", "closing-version", "fix-version", "environment", "component".
Args: defect_id: ALM ID of the defect to update. fields: Dict of ALM field names → new values. Example: {"status": "Fixed", "owner": "jsmith", "closing-version": "2.1"}
Returns: {"defect_id": "", "fields_updated": [...], "updated": true}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| defect_id | Yes | ||
| fields | Yes |