xray_get_test_plan
Fetches a single Test Plan from Jira by its issue key and returns the full issue details. Optionally specify fields to limit the response.
Instructions
Fetches a single Test Plan issue from Jira by its issue key (e.g. 'GAP-12471'). 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'. |