linear_createIssue
Create a new issue in Linear with required title and team, plus optional fields like description, priority, assignee, due date, and labels.
Instructions
Create a new issue in Linear
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the issue | |
| description | No | Description of the issue (Markdown supported) | |
| teamId | Yes | ID of the team the issue belongs to | |
| assigneeId | No | ID of the user to assign the issue to | |
| priority | No | Priority of the issue (0 = No priority, 1 = Urgent, 2 = High, 3 = Normal, 4 = Low) | |
| projectId | No | ID of the project the issue belongs to | |
| projectMilestoneId | No | ID of the project milestone the issue belongs to | |
| cycleId | No | ID of the cycle to add the issue to | |
| estimate | No | The estimated complexity/points for the issue | |
| dueDate | No | The date at which the issue is due (YYYY-MM-DD format) | |
| labelIds | No | IDs of the labels to attach to the issue | |
| parentId | No | ID of the parent issue (to create as a sub-task) | |
| subscriberIds | No | IDs of the users to subscribe to the issue | |
| stateId | No | ID of the workflow state for the issue | |
| templateId | No | ID of a template to use for creating the issue | |
| sortOrder | No | The position of the issue in relation to other issues |