Linear

by tacticlaunch
Verified

linear_subscribeToIssue

Enables users to subscribe to updates for a specific issue in Linear, ensuring timely notifications and tracking changes by entering the issue ID (e.g., ABC-123).

Instructions

Subscribe to issue updates

Input Schema

NameRequiredDescriptionDefault
issueIdYesID or identifier of the issue to subscribe to (e.g., ABC-123)

Input Schema (JSON Schema)

{ "properties": { "issueId": { "description": "ID or identifier of the issue to subscribe to (e.g., ABC-123)", "type": "string" } }, "required": [ "issueId" ], "type": "object" }
ID: r0jy9qy35n