POST
linear_issue_relation_update.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.
Change how two issues are linked, or which issues the link joins.
from charter.packs import linear
result = await linear.issue_relation_update.ainvoke({"variables": ...})
POST /graphql, as every tool in this pack does.| Field | Type | Description |
|---|---|---|
variables * | IssueRelationUpdateVariables | The relation to update. |
Was this page helpful?