Skip to main content
Glama

update-intake-issue

Modify existing intake issues in Plane projects by updating title, description, priority, or other fields to keep project information current.

Instructions

Update an existing intake issue

Input Schema

NameRequiredDescriptionDefault
description_htmlNoUpdated HTML description (optional)
issue_idYesID of the intake issue to update
nameNoUpdated title (optional)
priorityNoUpdated priority (optional)
project_idYesID of the project containing the intake issue

Input Schema (JSON Schema)

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