Skip to main content
Glama

update-issue

Modify existing project issues by updating titles, descriptions, priorities, states, assignees, or labels. Also supports issue deletion by setting the title to 'delete' or 'remove'.

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
labelsNoUpdated array of label IDs to assign to this issue (optional)
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" }, "labels": { "description": "Updated array of label IDs to assign to this issue (optional)", "items": { "type": "string" }, "type": "array" }, "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" }

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

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