Skip to main content
Glama

linear_createIssueRelation

Define relationships between issues in Linear, such as blocking, being blocked by, or duplication, to streamline project tracking and dependencies.

Instructions

Create relations between issues (blocks, is blocked by, etc.)

Input Schema

NameRequiredDescriptionDefault
issueIdYesID or identifier of the first issue (e.g., ABC-123)
relatedIssueIdYesID or identifier of the second issue (e.g., ABC-456)
typeYesType of relation: 'blocks', 'blocked_by', 'related', 'duplicate', 'duplicate_of'

Input Schema (JSON Schema)

{ "properties": { "issueId": { "description": "ID or identifier of the first issue (e.g., ABC-123)", "type": "string" }, "relatedIssueId": { "description": "ID or identifier of the second issue (e.g., ABC-456)", "type": "string" }, "type": { "description": "Type of relation: 'blocks', 'blocked_by', 'related', 'duplicate', 'duplicate_of'", "enum": [ "blocks", "blocked_by", "related", "duplicate", "duplicate_of" ], "type": "string" } }, "required": [ "issueId", "relatedIssueId", "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/tacticlaunch/mcp-linear'

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