POST
linear_issue_get.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.
Get one issue with its description, comments, sub-issues, relations and attachments. Accepts either the issue’s UUID or its human identifier, such as ‘ENG-123’.
from charter.packs import linear
result = await linear.issue_get.ainvoke({"variables": ...})
POST /graphql, as every tool in this pack does.| Field | Type | Description |
|---|---|---|
variables * | IssueGetVariables | Which issue to fetch. |
Was this page helpful?