redmine_close_issue
Close a Redmine issue by moving it to the first closed status. Optionally add a closing note that becomes a journal entry.
Instructions
Move an issue to its first is_closed status (defaults to id 5).
Args: issue_id: numeric Redmine issue id. note: optional closing comment (becomes a journal entry). Use actual newline characters for multi-line notes, not backslash-n escape sequences. Redmine renders notes as Markdown (headings, bold, tables, lists all work).
On a workflow-disallowed direct closure, the response is repackaged
with a closure-specific hint listing the allowed next states.
Honors REDMINE_MCP_READ_ONLY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| issue_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |