alm_create_defect
Create a new defect in HP ALM by specifying a summary, severity, priority, and optional custom fields.
Instructions
Create a new defect (bug) in the ALM project.
Args: name: Defect summary / title (required). severity: '1-Low', '2-Medium', '3-High', '4-Very High'. priority: '1-Low', '2-Medium', '3-High', '4-Very High'. description: Detailed description of the defect. extra_fields: Any additional ALM field names → values, e.g. {"owner": "jsmith", "status": "Open", "detected-in-rel": "2.1", "environment": "QA", "component": "Login"}.
Returns: {"success": true, "defect_id": "", "name": ""}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| severity | No | 2-Medium | |
| priority | No | 2-Medium | |
| description | No | ||
| extra_fields | No |