linear_subscribeToIssue
Subscribe to updates for a specific issue in Linear project management by providing the issue ID, ensuring timely notifications and tracking changes.
Instructions
Subscribe to issue updates
Input Schema
Name | Required | Description | Default |
---|---|---|---|
issueId | Yes | ID 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"
}