Skip to main content
Glama

Redmine MCP Server

by snowild

assign_issue

Assign issues to users in Redmine MCP Server by specifying issue ID and user details (ID, name, or login). Optionally add notes to provide context for the assignment.

Instructions

指派議題給用戶 Args: issue_id: 議題 ID user_id: 指派給的用戶 ID(與 user_name/user_login 三選一) user_name: 指派給的用戶姓名(與 user_id/user_login 三選一) user_login: 指派給的用戶登入名(與 user_id/user_name 三選一) notes: 指派備註(可選) Returns: 指派結果訊息

Input Schema

NameRequiredDescriptionDefault
issue_idYes
notesNo
user_idNo
user_loginNo
user_nameNo

Input Schema (JSON Schema)

{ "properties": { "issue_id": { "title": "Issue Id", "type": "integer" }, "notes": { "default": "", "title": "Notes", "type": "string" }, "user_id": { "default": null, "title": "User Id", "type": "integer" }, "user_login": { "default": null, "title": "User Login", "type": "string" }, "user_name": { "default": null, "title": "User Name", "type": "string" } }, "required": [ "issue_id" ], "title": "assign_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