jira_get_issue
Retrieve a Jira issue by its key, returning core fields and description in markdown or JSON format.
Instructions
Fetch a Jira issue by key, returning its core fields and description.
Args:
params: Validated :class:JiraIssueKey with issue_key and
response_format.
Returns: A markdown summary (default) or JSON dump of the full Jira issue payload. On error, a human-readable error string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |