Skip to main content
Glama

update-issue-property-option

Modify dropdown option values for issue properties in Plane projects, including name, description, sort order, and default status.

Instructions

Update an option for a dropdown/select issue property

Input Schema

NameRequiredDescriptionDefault
descriptionNoDescription of the option
is_defaultNoWhether this is the default option
nameNoName of the option
option_idYesID of the option to update
project_idYesID of the project
property_idYesID of the property
sort_orderNoSort order for the option

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Description of the option", "type": "string" }, "is_default": { "description": "Whether this is the default option", "type": "boolean" }, "name": { "description": "Name of the option", "type": "string" }, "option_id": { "description": "ID of the option to update", "type": "string" }, "project_id": { "description": "ID of the project", "type": "string" }, "property_id": { "description": "ID of the property", "type": "string" }, "sort_order": { "description": "Sort order for the option", "type": "number" } }, "required": [ "project_id", "property_id", "option_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