POST
linear_workflow_state_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.
Rename a workflow state, recolour it or move its position. A state’s type and team are fixed at creation and cannot be changed.
from charter.packs import linear
result = await linear.workflow_state_update.ainvoke({"variables": ...})
POST /graphql, as every tool in this pack does.| Field | Type | Description |
|---|---|---|
variables * | WorkflowStateUpdateVariables | The state to update. |
Was this page helpful?