linear_create_issue
Create new issues in Linear with title, description, team assignment, and optional details like priority or estimates to track project tasks.
Instructions
Create a new issue in Linear
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Issue title | |
| description | Yes | Issue description | |
| teamId | Yes | Team ID | |
| assigneeId | No | Assignee user ID | |
| priority | No | Issue priority (0-4) | |
| estimate | No | Issue estimate points (typically 1, 2, 3, 5, 8, etc.) | |
| projectId | No | Project ID | |
| createAsUser | No | Name to display for the created issue | |
| displayIconUrl | No | URL of the avatar to display |