linear_updateInitiative
Update an existing initiative in Linear by specifying its ID and modifying fields such as name, status, description, or owner.
Instructions
Update an existing initiative
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| icon | No | Updated icon emoji | |
| name | No | Updated name of the initiative | |
| color | No | Updated color in hex format | |
| status | No | Updated status of the initiative | |
| content | No | Updated content in markdown format | |
| ownerId | No | Updated owner ID | |
| targetDate | No | Updated target completion date (ISO 8601 format) | |
| description | No | Updated description of the initiative | |
| initiativeId | Yes | The ID of the initiative to update |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| url | No | ||
| name | No | ||
| status | No | ||
| description | No |