query_test_executions
Retrieve and filter test execution data from Xray by project, status, date range, or test plan to analyze testing progress and results.
Instructions
Query and filter test executions in Xray
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectKey | Yes | Jira project key | |
| testPlanKey | No | Optional: Filter by test plan key | |
| status | No | Optional: Filter by execution status | |
| startDate | No | Optional: Filter executions created after this date (ISO 8601 format) | |
| endDate | No | Optional: Filter executions created before this date (ISO 8601 format) | |
| limit | No | Optional: Maximum number of results to return (default: 50) |