create_issue
Create a new Linear issue with title, team, priority, assignee, and Markdown description. Specify 'me' to assign to yourself.
Instructions
Create a new issue in Linear with full customization. Examples: 'Create a bug report for login issues', 'Add a feature request to implement dark mode', 'Create a high-priority task and assign it to me'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Issue title - should be clear and concise | |
| teamId | Yes | Team ID (use get_teams to find available teams) | |
| priority | No | Issue priority: 0=None, 1=Low, 2=Medium, 3=High, 4=Urgent | |
| assigneeId | No | Assignee ID. Pro tip: Use 'me' to assign to yourself | |
| description | No | Detailed issue description (supports Markdown formatting) |