Create Project Status
asana_create_project_statusCreate project status updates to record health check-ins. Use color to signal on-track, at-risk, or off-track status.
Instructions
Create a new status update for a project (the health check-in shown in the project's status tab). Returns the created status object. Use color to visually signal project health.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Plain-text content of the status update. | |
| color | No | Health indicator color: `green` = on track, `yellow` = at risk, `red` = off track. | |
| title | No | Short title shown prominently in the UI alongside the color indicator. | |
| html_text | No | HTML-formatted content. Follows the same tag restrictions as html_notes on tasks. | |
| opt_fields | No | Comma-separated fields to include in the response. | |
| project_gid | Yes | The GID of the project (numeric string, e.g. `'1234567890123'`). |