create_issue
Create a Linear issue with team, title, assignee, state, priority, labels, and description. Returns the new issue identifier.
Instructions
Create a Linear issue. Returns the created issue including its new identifier. team: team key or name, e.g. "GOV". assignee: user display name or email. See list_users. state: workflow state name, e.g. "Backlog". See list_states. priority: 0 none, 1 urgent, 2 high, 3 medium, 4 low. labels: label names on that team. See list_labels.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team | Yes | ||
| state | No | ||
| title | Yes | ||
| labels | No | ||
| assignee | No | ||
| priority | No | ||
| description | No |