Skip to main content
Glama

linear_convertIssueToSubtask

Convert an issue into a subtask by linking it to a specified parent issue in Linear, streamlining project organization and task hierarchy management.

Instructions

Convert an issue to a subtask

Input Schema

NameRequiredDescriptionDefault
issueIdYesID or identifier of the issue to convert (e.g., ABC-123)
parentIssueIdYesID or identifier of the parent issue (e.g., ABC-456)

Input Schema (JSON Schema)

{ "properties": { "issueId": { "description": "ID or identifier of the issue to convert (e.g., ABC-123)", "type": "string" }, "parentIssueId": { "description": "ID or identifier of the parent issue (e.g., ABC-456)", "type": "string" } }, "required": [ "issueId", "parentIssueId" ], "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/tacticlaunch/mcp-linear'

If you have feedback or need assistance with the MCP directory API, please join our Discord server