linear_createInitiative
Create a new initiative in Linear with name, status, owner, target date, and other details to organize strategic projects.
Instructions
Create a new initiative
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| icon | No | Icon emoji for the initiative | |
| name | Yes | Name of the initiative | |
| color | No | Color of the initiative in hex format | |
| status | No | Status 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) | |
| description | No | Description of the initiative |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| url | No | ||
| name | No | ||
| status | No | ||
| description | No |