get_test_execution
Retrieve detailed information about a specific test execution by providing its ID or key. Supports both Jira Cloud and Data Center with optional test run keys for the latter.
Instructions
Get detailed information about a specific test execution by ID or key. On Cloud, provide the execution ID or key (e.g., PROJ-E123) directly. On Data Center, also provide test_run_keys to search within.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| execution_id | Yes | Test execution ID or key (e.g., 5805255 or PROJ-E123) | |
| test_run_keys | No | Array of test run keys to search in (required for Data Center, optional for Cloud — e.g., ["PROJ-R152", "PROJ-R161"]) |