POST
linear_issue_batch_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.
Apply one change to many issues at once — reassigning a queue, moving a set into a cycle. ids must be UUIDs rather than identifiers like ‘ENG-123’.
from charter.packs import linear
result = await linear.issue_batch_update.ainvoke({"variables": ...})
POST /graphql, as every tool in this pack does.| Field | Type | Description |
|---|---|---|
variables * | IssueBatchUpdateVariables | Which issues to update, and how. |
Was this page helpful?