linear_create_issue
Create a new issue in Linear with title, description, and team ID. Optionally set priority, assignee, labels, parent, and more.
Instructions
Create a new issue in Linear
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Issue title | |
| description | Yes | Issue description | |
| teamId | Yes | Team ID (UUID) | |
| parentId | No | Parent issue ID (UUID, not issue identifier) | |
| labelIds | No | Label UUIDs to apply, eg ['a1eb5aed-7425-4ea5-98ec-dfab52381e0e'] | |
| assigneeId | No | Assignee user ID (UUID) | |
| priority | No | Issue priority (0-4) | |
| createAsUser | No | Name to display for the created issue | |
| displayIconUrl | No | URL of the avatar to display |