redmine_bulk_close
Close multiple Redmine issues in a single API call with optional shared closing comment and error handling options.
Instructions
Close many issues in one call (with optional shared note).
Args: issue_ids: list of numeric issue ids (≤ 100 per call). note: optional shared closing comment (becomes a journal on each). stop_on_error: if True, halt on the first workflow-blocked or otherwise-failed closure.
Returns {total, succeeded, failed, skipped}. Honors
REDMINE_MCP_READ_ONLY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| issue_ids | Yes | ||
| stop_on_error | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |