linear_createInitiativeUpdate
Create a new update for a Linear initiative, providing markdown body and optional health status to communicate progress.
Instructions
Create a new initiative update
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Initiative update body in Markdown | |
| health | No | Optional health status for the initiative update | |
| initiativeId | Yes | ID of the initiative to update | |
| isDiffHidden | No | Whether Linear should hide the diff against the previous update |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| url | No | ||
| body | No | ||
| diff | No | ||
| user | No | ||
| health | No | ||
| slugId | No | ||
| isStale | No | ||
| editedAt | No | ||
| createdAt | No | ||
| updatedAt | No | ||
| archivedAt | No | ||
| initiative | No | ||
| commentCount | No | ||
| diffMarkdown | No | ||
| isDiffHidden | No |