linear_createIssueFromTemplate
Create a new issue by applying a predefined template, with optional overrides for title, description, priority, cycle, project, and milestone.
Instructions
Create a new issue from a template
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Optional title override | |
| teamId | Yes | ID of the team where the issue will be created | |
| cycleId | No | Optional cycle override | |
| priority | No | Optional priority override | |
| projectId | No | Optional project override | |
| templateId | Yes | ID of the issue template to apply | |
| description | No | Optional description override | |
| projectMilestoneId | No | Optional project milestone override |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| url | No | ||
| title | No |