List story executions
list_story_executionsRetrieve test execution results for a Jira story, showing pass/fail status, cycle, and date. Helps verify if tests have been run.
Instructions
Returns the test executions linked to a Jira issue (story) with their status, cycle, and date — a focused pass/fail view. Returns an empty list when the story's tests have not been run. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueKey | Yes | The Jira issue key of the story, e.g. LOYAL-1234 |