Redmine MCP Server for Cline

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

ID: ve2y2qagen