linear_updateInitiative
Modify existing initiatives in Linear by updating fields like name, description, content, status, owner, target date, icon, and color using initiative ID.
Instructions
Update an existing initiative
Input Schema
Name | Required | Description | Default |
---|---|---|---|
color | No | Updated color in hex format | |
content | No | Updated content in markdown format | |
description | No | Updated description of the initiative | |
icon | No | Updated icon emoji | |
initiativeId | Yes | The ID of the initiative to update | |
name | No | Updated name of the initiative | |
ownerId | No | Updated owner ID | |
status | No | Updated status of the initiative | |
targetDate | No | Updated target completion date (ISO 8601 format) |