POST
linear_issue_subscribe.py
Posts a GraphQL document to
POST /graphql, as every tool in this pack does.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Subscribe someone to an issue’s updates. Name them by UUID or email; give neither to subscribe the authenticated user.
from charter.packs import linear
result = await linear.issue_subscribe.ainvoke({"variables": ...})
POST /graphql, as every tool in this pack does.| Field | Type | Description |
|---|---|---|
variables * | IssueSubscriptionVariables | The issue, and who to subscribe. |
Was this page helpful?