Skip to main content
Glama

create-issue-property

Add custom properties to issue types in Plane projects to track specific data fields like text, numbers, dates, or options, enhancing issue categorization and workflow management.

Instructions

Create a new custom property for an issue type

Input Schema

NameRequiredDescriptionDefault
descriptionNoDescription of the property
display_nameYesDisplay name for the property
is_multiNoWhether multiple values are allowed (for OPTION type)
is_requiredNoWhether this property is required
nameYesInternal name for the property
project_idYesID of the project
property_typeYesType of property (TEXT, NUMBER, DATE, OPTION, etc.)
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 (for OPTION type)", "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_type": { "description": "Type of property (TEXT, NUMBER, DATE, OPTION, etc.)", "enum": [ "TEXT", "NUMBER", "DATE", "OPTION", "MULTI_OPTION", "BOOLEAN" ], "type": "string" }, "type_id": { "description": "ID of the issue type", "type": "string" } }, "required": [ "project_id", "type_id", "name", "display_name", "property_type" ], "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