get_issue
Retrieve complete details of a Redmine issue, including description, attachments, relations, watchers, and subtasks. Optionally fetch comments and change history.
Instructions
Return every detail of an issue.
Includes the description, attachments, relations, watchers, and subtasks.
Args: issue_id: issue ID. include_history: also fetch the comments and change log. Turn this off for long issues when only the current field values matter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_id | Yes | ||
| include_history | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |