linear_create_issue
Create a new issue in Linear's project management system by providing a title, team ID, description, priority, status, and assignee to track work items effectively.
Instructions
Create a new Linear issue
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| assigneeId | No | User ID to assign the issue to | |
| description | No | Issue description (markdown supported) | |
| priority | No | Priority level (0-4), where 0=no priority, 1=urgent, 4=low | |
| status | No | Initial status name (e.g., 'Todo', 'In Progress') | |
| teamId | Yes | Team ID to create issue in | |
| title | Yes | Issue title |