linear_createIssueTemplate
Create a reusable issue template in Linear with a name and JSON payload, optionally assigning it to a team, adding a description, or setting sort order.
Instructions
Create a new issue template
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Template name | |
| teamId | No | Optional team ID | |
| sortOrder | No | Optional sort order | |
| description | No | Optional template description | |
| templateData | Yes | Template issue payload as JSON |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No | ||
| team | No | ||
| type | No | ||
| creator | No | ||
| createdAt | No | ||
| sortOrder | No | ||
| updatedAt | No | ||
| archivedAt | No | ||
| description | No | ||
| templateData | No |