List Requirements
list_requirementsList requirements linked to test cases in a project. Retrieve requirement IDs to filter test cases using the requirementIds parameter.
Instructions
List requirements linked to test cases in a project. Requirements are references to external documentation or specifications (like Jira issues) that test cases verify. Use this tool to find requirement IDs when you need to filter test cases by requirement using list_test_cases with the requirementIds parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | Include optional fields like the number of test cases linked to each requirement | |
| sortField | No | Field to sort results by | |
| sortOrder | No | Sort direction (ascending or descending). Requires sortField. | |
| projectCode | Yes | Project code identifier (e.g., BDI) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| requirements | Yes | List of requirements defined in the project |