Skip to main content
Glama

create-sub-issue

Create a new sub-issue under a parent issue in Plane projects to organize related tasks and maintain clear hierarchical relationships within your project management workflow.

Instructions

Create a new sub-issue under a parent issue

Input Schema

NameRequiredDescriptionDefault
assigneesNoArray of user IDs to assign to this sub-issue (optional)
description_htmlNoHTML description of the sub-issue
nameYesTitle of the sub-issue
parent_issue_idYesID of the parent issue
priorityNoPriority of the sub-issue (urgent, high, medium, low, none)
project_idYesID of the project
state_idNoID of the state for this sub-issue (optional)

Input Schema (JSON Schema)

{ "properties": { "assignees": { "description": "Array of user IDs to assign to this sub-issue (optional)", "items": { "type": "string" }, "type": "array" }, "description_html": { "description": "HTML description of the sub-issue", "type": "string" }, "name": { "description": "Title of the sub-issue", "type": "string" }, "parent_issue_id": { "description": "ID of the parent issue", "type": "string" }, "priority": { "description": "Priority of the sub-issue (urgent, high, medium, low, none)", "enum": [ "urgent", "high", "medium", "low", "none" ], "type": "string" }, "project_id": { "description": "ID of the project", "type": "string" }, "state_id": { "description": "ID of the state for this sub-issue (optional)", "type": "string" } }, "required": [ "project_id", "parent_issue_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