linear_createIssueTemplate
Create a new issue template for Linear projects using a JSON payload with template data. Optionally specify team, sort order, and description.
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 |