Create a Linear issue
linear_create_issueCreate Linear issues with full context: assignee, state, project, cycle, labels, priority, due date, estimate, and sub-issue support via parentId.
Instructions
Create an issue. Supports parentId to create a sub-issue, plus assignee, state, project, cycle, labels, priority, due date and estimate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| teamId | Yes | Team UUID or key | |
| cycleId | No | ||
| dueDate | No | YYYY-MM-DD | |
| stateId | No | Workflow state UUID, or a state name if teamId is resolvable | |
| estimate | No | ||
| labelIds | No | ||
| parentId | No | Parent issue UUID or identifier for a sub-issue | |
| priority | No | 0 none, 1 urgent, 2 high, 3 medium, 4 low | |
| projectId | No | ||
| assigneeId | No | Assignee UUID, or 'me' | |
| description | No |