asana_create_project_status
Post a status update to a project by specifying the status type (on track, at risk, etc.) and text, keeping stakeholders informed.
Instructions
Post a status update to a project. status_type ∈ on_track|at_risk|off_track|on_hold|complete. text required (html_text optional).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Status text (plain) | |
| title | No | Optional status title | |
| sanitize | No | Auto-fix non-whitelisted HTML in html_text (default true). | |
| html_text | No | Status text (HTML; whitelist applies) | |
| project_gid | Yes | Project GID | |
| status_type | Yes | Status color/type |