linear_updateIssueTemplate
Update an existing Linear issue template by providing its ID and at least one field to change, such as name, description, team, or sort order.
Instructions
Update an existing issue template. Provide id plus at least one other field to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the template to update | |
| name | No | ||
| teamId | No | ||
| sortOrder | No | ||
| description | No | ||
| templateData | No |
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 |