Linear

by tacticlaunch
Verified

linear_addIssueToCycle

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" }