linear_createInitiative
Create a new initiative in Linear by providing a name and optional attributes like description, owner, target date, status, icon, and color.
Instructions
Create a new initiative
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the initiative | |
| description | No | Description of the initiative | |
| content | No | Content in markdown format | |
| ownerId | No | ID of the user who owns the initiative | |
| targetDate | No | Target completion date (ISO 8601 format) | |
| status | No | Status of the initiative | |
| icon | No | Icon emoji for the initiative | |
| color | No | Color of the initiative in hex format |