create_initiative
Create a new initiative in your workspace by specifying name, dates, state, and lead. The initiatives feature must be enabled in workspace settings.
Instructions
Create a new initiative in the workspace.
Args: name: Initiative name description_html: HTML description of the initiative start_date: Initiative start date (ISO 8601 format) end_date: Initiative end date (ISO 8601 format) logo_props: Logo properties dictionary state: Initiative state (DRAFT, PLANNED, ACTIVE, COMPLETED, CLOSED) lead: UUID of the user who leads the initiative
Returns: Created Initiative object
Raises: ToolError: if the workspace's initiatives feature is disabled. Native initiatives require the feature to be enabled in workspace settings. When disabled, create an "Initiative" work item instead - the error message gives the exact steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lead | No | ||
| name | Yes | ||
| state | No | ||
| end_date | No | ||
| logo_props | No | ||
| start_date | No | ||
| description_html | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| lead | No | ||
| name | Yes | ||
| state | No | ||
| end_date | No | ||
| workspace | Yes | ||
| created_at | No | ||
| deleted_at | No | ||
| logo_props | Yes | ||
| start_date | No | ||
| updated_at | No | ||
| description | No | ||
| description_html | No | ||
| description_binary | No | ||
| description_stripped | No |