xray_get_test_execution
Fetch a Test Execution from Jira by issue key to retrieve its full details. Use options to select specific fields for a focused response.
Instructions
Fetches a single Test Execution issue from Jira by its issue key (e.g. 'OQA10-42', 'GAP-100'). Returns the full Jira issue details. Use the 'fields' parameter to limit which fields are returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Jira fields to include, e.g. ['summary', 'status', 'assignee']. | |
| issueKey | Yes | Jira issue key, e.g. 'GAP-12471', 'OQA10-42'. |