Skip to main content
Glama

Redmine MCP Server

by snowild

update_issue_content

Modify Redmine issue details including title, description, priority, completion percentage, tracker, dates, and estimated hours for efficient project management.

Instructions

更新議題內容(標題、描述、優先級、完成度、追蹤器、日期、工時等) Args: issue_id: 議題 ID subject: 新的議題標題(可選) description: 新的議題描述(可選) priority_id: 新的優先級 ID(與 priority_name 二選一) priority_name: 新的優先級名稱(與 priority_id 二選一) done_ratio: 新的完成百分比 0-100(可選) tracker_id: 新的追蹤器 ID(與 tracker_name 二選一) tracker_name: 新的追蹤器名稱(與 tracker_id 二選一) parent_issue_id: 新的父議題 ID(可選) remove_parent: 是否移除父議題關係(可選) start_date: 新的開始日期 YYYY-MM-DD 格式(可選) due_date: 新的完成日期 YYYY-MM-DD 格式(可選) estimated_hours: 新的預估工時(可選) Returns: 更新結果訊息

Input Schema

NameRequiredDescriptionDefault
descriptionNo
done_ratioNo
due_dateNo
estimated_hoursNo
issue_idYes
parent_issue_idNo
priority_idNo
priority_nameNo
remove_parentNo
start_dateNo
subjectNo
tracker_idNo
tracker_nameNo

Input Schema (JSON Schema)

{ "properties": { "description": { "default": null, "title": "Description", "type": "string" }, "done_ratio": { "default": null, "title": "Done Ratio", "type": "integer" }, "due_date": { "default": null, "title": "Due Date", "type": "string" }, "estimated_hours": { "default": null, "title": "Estimated Hours", "type": "number" }, "issue_id": { "title": "Issue Id", "type": "integer" }, "parent_issue_id": { "default": null, "title": "Parent Issue Id", "type": "integer" }, "priority_id": { "default": null, "title": "Priority Id", "type": "integer" }, "priority_name": { "default": null, "title": "Priority Name", "type": "string" }, "remove_parent": { "default": false, "title": "Remove Parent", "type": "boolean" }, "start_date": { "default": null, "title": "Start Date", "type": "string" }, "subject": { "default": null, "title": "Subject", "type": "string" }, "tracker_id": { "default": null, "title": "Tracker Id", "type": "integer" }, "tracker_name": { "default": null, "title": "Tracker Name", "type": "string" } }, "required": [ "issue_id" ], "title": "update_issue_contentArguments", "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