create_issue
Create a Linear issue with required team ID and title, and optional priority, assignee, description, or parent issue.
Instructions
Create a new Linear issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | The title of the issue | |
| team_id | Yes | The Linear team ID (required) | |
| priority | No | Priority level (0-4): 0=No priority, 1=Urgent, 2=High, 3=Medium, 4=Low | |
| assignee_id | No | The ID of the user to assign (optional) | |
| description | No | The description of the issue (optional) | |
| parent_issue_id | No | Parent issue identifier (e.g., LAR-14) to create this as a sub-issue (optional) |