Skip to main content
Glama

update-issue-type

Modify an existing issue type in Plane projects by updating its name or description to reflect changes in project workflow requirements.

Instructions

Update an existing issue type

Input Schema

NameRequiredDescriptionDefault
descriptionNoUpdated description (optional)
nameNoUpdated name of the issue type (optional)
project_idYesID of the project containing the issue type
type_idYesID of the issue type to update

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Updated description (optional)", "type": "string" }, "name": { "description": "Updated name of the issue type (optional)", "type": "string" }, "project_id": { "description": "ID of the project containing the issue type", "type": "string" }, "type_id": { "description": "ID of the issue type to update", "type": "string" } }, "required": [ "project_id", "type_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