Skip to main content
Glama

linear_addIssueToCycle

Assign an issue to a specific cycle in Linear's project management system using the issue ID and cycle ID. Simplifies task organization and tracking within cycles.

Instructions

Add an issue to a cycle

Input Schema

NameRequiredDescriptionDefault
cycleIdYesID of the cycle to add the issue to
issueIdYesID or identifier of the issue to add to the cycle

Input Schema (JSON Schema)

{ "properties": { "cycleId": { "description": "ID of the cycle to add the issue to", "type": "string" }, "issueId": { "description": "ID or identifier of the issue to add to the cycle", "type": "string" } }, "required": [ "issueId", "cycleId" ], "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