> ## Documentation Index
> Fetch the complete documentation index at: https://docs.r28.ai/charter/llms.txt
> Use this file to discover all available pages before exploring further.

# issue_batch_update

> 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'.

<div className="tool-route"><span className="tool-row-method" data-method="POST">POST</span><code>{"https://api.linear.app/graphql"}</code></div>

```python linear_issue_batch_update.py theme={null}
from charter.packs import linear

result = await linear.issue_batch_update.ainvoke({"variables": ...})
```

<Note>
  Posts a GraphQL document to `POST /graphql`, as every tool in this pack does.
</Note>

## Body

<div className="reference-table">
  | Field                                                             | Type                                                                                        | Description                      |
  | ----------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | -------------------------------- |
  | `variables` <span className="required" title="required">\*</span> | [IssueBatchUpdateVariables](/charter/charter/packs/linear/issues/objects#issuebatchupdatevariables) | Which issues to update, and how. |
</div>
