alm_list_requirements
List requirements from an HP ALM project, with optional HPQL filter to narrow results by criteria such as status or priority.
Instructions
List requirements from the project with optional HPQL filter.
Args: query: HPQL filter string, e.g. "status[Not Covered]", "priority[4-Very High]". Leave empty to list all requirements up to page_size. page_size: Maximum number of results (default 100).
Returns: {"requirements": [...], "count": }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | ||
| page_size | No |