get_issue_test_coverage
Lists Zephyr Scale test cases linked to a Jira issue and shows the latest execution result for each case.
Instructions
Traceability report for a Jira issue: lists the Zephyr Scale test cases linked to the issue together with the latest execution result of each (composite read-only: GET /issuelink/{issueKey}/testcases, then per case GET /testcase/{key} and GET /testcase/{key}/testresult/latest). lastResult is null when the case has never been executed. Makes up to 2 HTTP calls per case — cap the volume with maxCases (default 50).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueKey | Yes | Jira issue key, e.g. PROJ-123 | |
| maxCases | No | Maximum number of linked cases to expand (default 50) | |
| includeLastResults | No | Fetch the latest execution result per case (default true) |