Skip to main content
Glama

update-issue-property

Modify an existing issue property in Plane project management by updating its name, display name, description, or requirement settings using project and issue type identifiers.

Instructions

Update an existing issue property

Input Schema

NameRequiredDescriptionDefault
descriptionNoDescription of the property
display_nameNoDisplay name for the property
is_multiNoWhether multiple values are allowed
is_requiredNoWhether this property is required
nameNoInternal name for the property
project_idYesID of the project
property_idYesID of the property to update
type_idYesID of the issue type

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Description of the property", "type": "string" }, "display_name": { "description": "Display name for the property", "type": "string" }, "is_multi": { "description": "Whether multiple values are allowed", "type": "boolean" }, "is_required": { "description": "Whether this property is required", "type": "boolean" }, "name": { "description": "Internal name for the property", "type": "string" }, "project_id": { "description": "ID of the project", "type": "string" }, "property_id": { "description": "ID of the property to update", "type": "string" }, "type_id": { "description": "ID of the issue type", "type": "string" } }, "required": [ "project_id", "type_id", "property_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