create_issue
Create a new issue in Linear by specifying title and team ID, with optional assignee, priority, and label IDs.
Instructions
Create a new issue in Linear
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Issue title | |
| description | No | Issue description (markdown supported) | |
| teamId | Yes | Team ID | |
| assigneeId | No | Assignee user ID (optional) | |
| priority | No | Priority (0-4, optional) | |
| labels | No | Label IDs to apply (optional) |