List story test cases (titles only)
list_story_test_casesRetrieve test cases linked to a Jira story, showing key, title, priority, and status. Use this to review which test cases cover a story without execution details.
Instructions
LIGHTWEIGHT list of the test cases linked to one story (Jira issue key) — each with key, name/title, priority, and status. No steps, no executions. Use this when asked for the test cases or titles of a specific story. Prefer this over search_test_cases (which is project-wide, not story-scoped) and over review_story_coverage (which is heavier) when you only need the list. Read-only; returns an empty list (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 |