Skip to main content
Glama

Redmine MCP Server

by snowild

update_issue_status

Modify the status of a Redmine issue by providing an issue ID and either a status ID or name, with optional notes for updates. Returns the result message.

Instructions

更新議題狀態 Args: issue_id: 議題 ID status_id: 新的狀態 ID(與 status_name 二選一) status_name: 新的狀態名稱(與 status_id 二選一) notes: 更新備註(可選) Returns: 更新結果訊息

Input Schema

NameRequiredDescriptionDefault
issue_idYes
notesNo
status_idNo
status_nameNo

Input Schema (JSON Schema)

{ "properties": { "issue_id": { "title": "Issue Id", "type": "integer" }, "notes": { "default": "", "title": "Notes", "type": "string" }, "status_id": { "default": null, "title": "Status Id", "type": "integer" }, "status_name": { "default": null, "title": "Status Name", "type": "string" } }, "required": [ "issue_id" ], "title": "update_issue_statusArguments", "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