asana_create_project_status
Create and post a project status update in Asana by specifying the project ID, text content, title, and color (green, yellow, red) for tracking progress.
Instructions
Create a new status update for a project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
color | No | The color of the status (green, yellow, red) | |
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 | |
text | Yes | The text content of the status update | |
title | No | The title of the status update |