Skip to main content
Glama

Plane MCP Server

create-issue

Create new issues in Plane projects by providing title, description, priority level, assignees, and state information to track project tasks effectively.

Instructions

Create a new issue in a project

Input Schema

NameRequiredDescriptionDefault
assigneesNoArray of user IDs to assign to this issue (optional)
description_htmlNoHTML description of the issue (required by Plane API)
nameYesTitle of the issue
priorityNoPriority of the issue (urgent, high, medium, low, none)
project_idYesID of the project where the issue should be created
state_idNoID of the state for this issue (optional)

Input Schema (JSON Schema)

{ "properties": { "assignees": { "description": "Array of user IDs to assign to this issue (optional)", "items": { "type": "string" }, "type": "array" }, "description_html": { "description": "HTML description of the issue (required by Plane API)", "type": "string" }, "name": { "description": "Title of the issue", "type": "string" }, "priority": { "description": "Priority of the issue (urgent, high, medium, low, none)", "enum": [ "urgent", "high", "medium", "low", "none" ], "type": "string" }, "project_id": { "description": "ID of the project where the issue should be created", "type": "string" }, "state_id": { "description": "ID of the state for this issue (optional)", "type": "string" } }, "required": [ "project_id", "name" ], "type": "object" }

Other Tools from Plane MCP Server

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/kelvin6365/plane-mcp-server'

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