Skip to main content
Glama

Redmine MCP Server

by snowild

close_issue

Close an issue in Redmine by setting it to the completed state. Provide the issue_id, optional notes, and a completion percentage (default 100%). Returns the closure result message.

Instructions

關閉議題(設定為已完成狀態) Args: issue_id: 議題 ID notes: 關閉備註(可選) done_ratio: 完成百分比(預設 100%) Returns: 關閉結果訊息

Input Schema

NameRequiredDescriptionDefault
done_ratioNo
issue_idYes
notesNo

Input Schema (JSON Schema)

{ "properties": { "done_ratio": { "default": 100, "title": "Done Ratio", "type": "integer" }, "issue_id": { "title": "Issue Id", "type": "integer" }, "notes": { "default": "", "title": "Notes", "type": "string" } }, "required": [ "issue_id" ], "title": "close_issueArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/snowild/redmine-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server