Skip to main content
Glama

Redmine MCP Server

by yonaka15

add_issue_watcher

Add a user as a watcher to an issue in Redmine to receive updates. Specifies the issue ID and user ID for notification tracking.

Instructions

Add a user as watcher to an issue. Enables user to receive issue updates. Available since Redmine 1.0

Input Schema

NameRequiredDescriptionDefault
issue_idYesIssue ID to add watcher to
user_idYesUser ID to add as watcher

Input Schema (JSON Schema)

{ "properties": { "issue_id": { "description": "Issue ID to add watcher to", "type": "number" }, "user_id": { "description": "User ID to add as watcher", "type": "number" } }, "required": [ "issue_id", "user_id" ], "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/yonaka15/mcp-server-redmine'

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