POST
linear_issue_create.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.
Create an issue. team_id and title are required; everything else is optional. The UUIDs for team, assignee, state and labels come from teams_list, users_list and workflow_states_list — Linear does not accept names here. Set parent_id to create a sub-issue.
from charter.packs import linear
result = await linear.issue_create.ainvoke({"variables": ...})
POST /graphql, as every tool in this pack does.| Field | Type | Description |
|---|---|---|
variables * | IssueCreateVariables | The issue to create. |
Was this page helpful?