list_executions_by_issue
Retrieve the full execution history of a test issue across all cycles. Use it to diagnose flaky tests and verify test coverage.
Instructions
List all executions of a single test issue, across every cycle.
issue accepts a Jira issue key (e.g. SONY-1386) or numeric id — passed
straight through (the endpoint accepts either). Returns the test's full
execution history, useful for flaky-test diagnosis and coverage checks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue | Yes | ||
| action | No | ||
| offset | No | ||
| max_records | No | ||
| expand | No |