Skip to main content
Glama

Redmine MCP Server for Cline

by ilask

create_issue

Generate and submit new issues directly in Redmine projects using a structured input format, including project ID, subject, and description. Streamline issue tracking and project management through the Cline VS Code extension.

Instructions

Create a new Redmine issue

Input Schema

NameRequiredDescriptionDefault
descriptionYesIssue description
project_idYesProject ID
subjectYesIssue subject

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Issue description", "type": "string" }, "project_id": { "description": "Project ID", "type": "string" }, "subject": { "description": "Issue subject", "type": "string" } }, "required": [ "project_id", "subject", "description" ], "type": "object" }

You must be authenticated.

Other Tools from Redmine MCP Server for Cline

Related Tools

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/ilask/Redmine-MCP'

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