createLinearIssue
Create and manage Linear issues directly from your workflow by specifying team, title, priority, and optional details like assignee or project.
Instructions
Creates a new issue in Linear with the specified details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| teamId | Yes | ID of the team to create the issue in | |
| title | Yes | Title of the issue | |
| description | No | Description of the issue (markdown supported) | |
| 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 | |
| stateId | No | Optional state ID to set for the issue |