alm_get_requirement
Retrieve complete details of a requirement in HP ALM by providing its numeric ID. Access all field names and values for the specified requirement.
Instructions
Get the full details of a requirement by ID.
Args: req_id: ALM numeric ID of the requirement.
Returns: {"req_id": "", "fields": {all ALM field names and values}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| req_id | Yes |