get_tests_by_requirement
Retrieve Zephyr tests linked to requirement issues. Each requirement returns its tests and defect count to identify orphaned requirements and trace coverage.
Instructions
Find the Zephyr tests that cover one or more requirement issues.
requirements is a Jira issue key/id, or a comma-separated string / list
of them (e.g. "PROJ-1,PROJ-2" or ["PROJ-1", "PROJ-2"]). Returns, per
requirement, the linked tests and a defect count — use to flag orphaned
requirements (empty tests) and to map AC coverage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| requirements | Yes |