POST
linear_issue_label_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 label, recolour it, or retire it. Retiring keeps the label on the issues that already carry it while taking it out of the picker.
from charter.packs import linear
result = await linear.issue_label_update.ainvoke({"variables": ...})
POST /graphql, as every tool in this pack does.| Field | Type | Description |
|---|---|---|
variables * | IssueLabelUpdateVariables | The label to update. |
Was this page helpful?