save_initiative
Create a new initiative or update an existing one by providing its ID, name, status, owner, and other details. Manage initiatives with statuses like Planned, Active, or Completed.
Instructions
Create or update an initiative.
Pass id to update; omit to create. Status is one of Planned,
Active, Completed (string, not enum) per Linear's API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| icon | No | ||
| name | No | ||
| color | No | ||
| status | No | ||
| content | No | ||
| owner_id | No | ||
| workspace | No | ||
| description | No | ||
| target_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||