retrieve_initiative
Retrieves a specific initiative using its unique ID, returning the initiative object for project management tasks.
Instructions
Retrieve an initiative by ID.
Args: initiative_id: UUID of the initiative
Returns: Initiative object
Raises: ToolError: if the initiatives feature is disabled. When disabled, the initiative is an "Initiative" work item - the error gives the steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| initiative_id | Yes |
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 |