Skip to main content
Glama

list-sub-issues

Retrieve all sub-issues associated with a specific parent issue in Plane project management, enabling hierarchical issue tracking and dependency management.

Instructions

List all sub-issues of a parent issue

Input Schema

NameRequiredDescriptionDefault
parent_issue_idYesID of the parent issue to get sub-issues for
project_idYesID of the project

Input Schema (JSON Schema)

{ "properties": { "parent_issue_id": { "description": "ID of the parent issue to get sub-issues for", "type": "string" }, "project_id": { "description": "ID of the project", "type": "string" } }, "required": [ "project_id", "parent_issue_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