POST
linear_issue_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.
Update an issue. Only the fields provided are changed. To close an issue, set state_id to a state whose type is ‘completed’ or ‘canceled’ — Linear has no separate close operation. Use added_label_ids and removed_label_ids to adjust labels; label_ids replaces them outright.
from charter.packs import linear
result = await linear.issue_update.ainvoke({"variables": ...})
POST /graphql, as every tool in this pack does.| Field | Type | Description |
|---|---|---|
variables * | IssueUpdateVariables | Which issue to update, and how. |
Was this page helpful?