create_status_update
Generate status updates to track project progress, document blockers, and record achievements for effective reporting and management.
Instructions
Create a status update/report to track progress, blockers, or achievements
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags for categorizing status updates | |
| title | Yes | Title of the status update | |
| content | Yes | Full content of the status update | |
| metadata | No | Additional metadata | |
| period_end | No | End date of reporting period (ISO 8601 format) | |
| status_type | No | Type of status update | general |
| period_start | No | Start date of reporting period (ISO 8601 format) | |
| related_entity_id | No | UUID of related project, epic, or story (optional) | |
| related_entity_type | No | Type of related entity (optional) |