Skip to main content
Glama

Redmine MCP Server

by snowild

create_new_issue

Create a new issue in Redmine by specifying project ID, subject, and optional details like tracker, priority, and assignee. Simplifies task management for effective project collaboration.

Instructions

建立新的 Redmine 議題 Args: project_id: 專案 ID subject: 議題標題 description: 議題描述(可選) tracker_id: 追蹤器 ID(與 tracker_name 二選一) tracker_name: 追蹤器名稱(與 tracker_id 二選一) priority_id: 優先級 ID(與 priority_name 二選一) priority_name: 優先級名稱(與 priority_id 二選一) assigned_to_id: 指派給的用戶 ID(與 assigned_to_name/assigned_to_login 三選一) assigned_to_name: 指派給的用戶姓名(與 assigned_to_id/assigned_to_login 三選一) assigned_to_login: 指派給的用戶登入名(與 assigned_to_id/assigned_to_name 三選一) Returns: 建立結果訊息

Input Schema

NameRequiredDescriptionDefault
assigned_to_idNo
assigned_to_loginNo
assigned_to_nameNo
descriptionNo
priority_idNo
priority_nameNo
project_idYes
subjectYes
tracker_idNo
tracker_nameNo

Input Schema (JSON Schema)

{ "properties": { "assigned_to_id": { "default": null, "title": "Assigned To Id", "type": "integer" }, "assigned_to_login": { "default": null, "title": "Assigned To Login", "type": "string" }, "assigned_to_name": { "default": null, "title": "Assigned To Name", "type": "string" }, "description": { "default": "", "title": "Description", "type": "string" }, "priority_id": { "default": null, "title": "Priority Id", "type": "integer" }, "priority_name": { "default": null, "title": "Priority Name", "type": "string" }, "project_id": { "title": "Project Id", "type": "integer" }, "subject": { "title": "Subject", "type": "string" }, "tracker_id": { "default": null, "title": "Tracker Id", "type": "integer" }, "tracker_name": { "default": null, "title": "Tracker Name", "type": "string" } }, "required": [ "project_id", "subject" ], "title": "create_new_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