createLinearIssue
Create a new Linear issue with title, description, team key, priority, and labels. Returns the issue identifier and URL.
Instructions
Create a new Linear issue. Requires Linear connector connected. Returns the created issue identifier and URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Issue title. | |
| description | No | Issue description (Markdown). | |
| teamKey | No | Team key (e.g. 'ENG'). If omitted, uses the first team in your workspace. | |
| priority | No | Priority: 0=no priority, 1=urgent, 2=high, 3=medium, 4=low. | |
| labelNames | No | Label names to attach (must already exist in Linear). |