asana_create_project_status
Create a new status update for an Asana project, including text, optional color, title, or HTML. Communicate project health and progress to stakeholders.
Instructions
Create a new status update for a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text content of the status update | |
| color | No | The color of the status (green, yellow, red) | |
| title | No | The title of the status update | |
| html_text | No | HTML formatted text for the status update | |
| opt_fields | No | Comma-separated list of optional fields to include | |
| project_gid | Yes | The project GID to create the status for |