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