createLinearIssue
Create a new issue in Linear by specifying the team and title, with optional fields for priority, assignee, project, state, and description.
Instructions
Creates a new issue in Linear with the specified details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the issue | |
| teamId | Yes | ID of the team to create the issue in | |
| stateId | No | Optional state ID to set for the issue | |
| priority | No | Priority of the issue (1-4, where 1 is highest) | |
| projectId | No | Optional project ID to associate the issue with | |
| assigneeId | No | Optional user ID to assign the issue to | |
| description | No | Description of the issue (markdown supported) |