Get issue
redmine_get_issueFetch full details of a Redmine issue, including optional journals, attachments, relations, children, watchers, and allowed status transitions. Review the current state and valid changes before editing.
Instructions
Fetch full detail on a single issue, optionally expanded with journals, attachments, relations, children, watchers, and allowed status transitions. Reach for this before editing an issue to see current state and what is legal to change it to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | Associations to expand: "children", "attachments", "relations", "changesets", "journals" (notes/history), "watchers", "allowed_statuses" (legal next statuses). NOTE: "watchers" is permission-gated — Redmine omits the field entirely (not an empty array) unless your role has "View issue watchers", so its absence does not mean the issue has no watchers. | |
| issue_id | Yes | The numeric id of the issue to fetch. |