Skip to main content
Glama

create-issue-type

Create custom issue types in Plane projects to categorize and organize project management workflows effectively.

Instructions

Create a new custom issue type in a project

Input Schema

NameRequiredDescriptionDefault
descriptionNoDescription of the issue type (optional)
nameYesName of the issue type
project_idYesID of the project to create issue type in

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Description of the issue type (optional)", "type": "string" }, "name": { "description": "Name of the issue type", "type": "string" }, "project_id": { "description": "ID of the project to create issue type in", "type": "string" } }, "required": [ "project_id", "name" ], "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