POST
linear_issue_relation_create.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.
Link two issues as blocking, duplicate, related or similar. ‘blocks’ and ‘duplicate’ are directional: the issue in issue_id is the one doing the blocking, or the one that is the duplicate.
from charter.packs import linear
result = await linear.issue_relation_create.ainvoke({"variables": ...})
POST /graphql, as every tool in this pack does.| Field | Type | Description |
|---|---|---|
variables * | IssueRelationCreateVariables | The relation to create. |
Was this page helpful?