linear_updateInitiative
Modify an existing initiative by providing its ID and updated fields. Set new name, status, color, icon, description, content, owner, or target date.
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 |