Review story test coverage
review_story_coverageRetrieve test coverage for a Jira story to review if tests are adequate and passing, including linked test cases, executions, and a coverage summary with pass/fail/not-run counts and step-quality flags.
Instructions
FULL coverage for one story (Jira issue key), including every step and execution. Use when assessing whether a story is well covered, well-formed, or passing. Returns a digested bundle: linked test cases with objective, priority, status, steps (action / expected result / data), each case's most recent execution, referenced test cycles, and a coverage summary (passed / failed / not-run counts and step-quality flags). Heavier than list_story_test_cases — if you only need the list/titles of a story's tests, use that instead. Read-only; returns empty coverage (not an error) when no tests are linked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueKey | Yes | The Jira issue key of the story, e.g. LOYAL-1234 |