Skip to main content
Glama

Plane MCP Server

update-issue

Modify existing project issues by updating titles, descriptions, priorities, states, or assignees to keep project tracking current and accurate.

Instructions

Update an existing issue in a project, delete just update the issue title with 'delete' or 'remove'

Input Schema

NameRequiredDescriptionDefault
assigneesNoUpdated array of user IDs to assign to this issue (optional)
description_htmlNoHTML description of the issue (required by Plane API)
issue_idYesID of the issue to update
nameNoUpdated title of the issue (optional)
priorityNoUpdated priority of the issue (optional)
project_idYesID of the project containing the issue
state_idNoUpdated state ID of the issue (optional)

Input Schema (JSON Schema)

{ "properties": { "assignees": { "description": "Updated 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" }, "issue_id": { "description": "ID of the issue to update", "type": "string" }, "name": { "description": "Updated title of the issue (optional)", "type": "string" }, "priority": { "description": "Updated priority of the issue (optional)", "enum": [ "urgent", "high", "medium", "low", "none" ], "type": "string" }, "project_id": { "description": "ID of the project containing the issue", "type": "string" }, "state_id": { "description": "Updated state ID of the issue (optional)", "type": "string" } }, "required": [ "project_id", "issue_id" ], "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