alm_get_defect
Retrieve full details of a defect in HP ALM by supplying its numeric ID, returning all field names and values.
Instructions
Get the full details of a defect by its ID.
Args: defect_id: ALM numeric ID of the defect.
Returns: {"defect_id": "", "fields": {all ALM field names and values}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| defect_id | Yes |