Skip to main content
Glama

Redmine MCP Server

by snowild

add_issue_note

Add notes and log time to Redmine issues, supporting private notes, hours spent, activity details, and custom dates for accurate project tracking.

Instructions

為議題新增備註,可同時記錄時間 Args: issue_id: 議題 ID notes: 備註內容 private: 是否為私有備註(預設否) spent_hours: 耗用工時(小時) activity_name: 活動名稱(與 activity_id 二選一) activity_id: 活動 ID(與 activity_name 二選一) spent_on: 記錄日期 YYYY-MM-DD 格式(可選,預設今日) Returns: 新增結果訊息

Input Schema

NameRequiredDescriptionDefault
activity_idNo
activity_nameNo
issue_idYes
notesYes
privateNo
spent_hoursNo
spent_onNo

Input Schema (JSON Schema)

{ "properties": { "activity_id": { "default": null, "title": "Activity Id", "type": "integer" }, "activity_name": { "default": null, "title": "Activity Name", "type": "string" }, "issue_id": { "title": "Issue Id", "type": "integer" }, "notes": { "title": "Notes", "type": "string" }, "private": { "default": false, "title": "Private", "type": "boolean" }, "spent_hours": { "default": null, "title": "Spent Hours", "type": "number" }, "spent_on": { "default": null, "title": "Spent On", "type": "string" } }, "required": [ "issue_id", "notes" ], "title": "add_issue_noteArguments", "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