List test case executions (full history)
list_test_case_executionsRetrieves the complete execution history for a specific Zephyr test case, including all runs across cycles and ad-hoc runs, sorted newest first. Ideal for analyzing test case flakiness and past results.
Instructions
FULL execution history of ONE test case (Zephyr test case key), newest-first — every run across all cycles plus ad-hoc runs, not just the latest. Each execution includes status, cycle, date, comment, automated flag, timing (execution/estimated ms), who ran it, environment, custom fields, and linked Jira issues. Use this when asked about a specific test case's runs, history, or flakiness. This is TEST-CASE scoped — for the executions of a whole story (Jira issue key) use list_story_executions instead. Read-only; returns an empty list (not an error) when the test case has never been run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| testCaseKey | Yes | The Zephyr test case key, e.g. LOYAL-T45 |