Jira Get Issue
jira_get_issueGet a Jira issue by key and receive its details and comments as markdown.
Instructions
Get an issue. Description and comments are returned as markdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Issue key, e.g. "PROJ-123". | |
| fields | No | Optional comma-separated field list. Defaults to summary, status, type, priority, people, labels, components, parent, dates and description. Use "*all" for everything (including custom fields). | |
| include_comments | No | Also return the comment thread. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |