asana_update_task
Modify existing task details in Asana, including assignee, completion status, due date, name, notes, custom fields, and resource subtype, using the specified task ID.
Instructions
Update an existing task's details
Input Schema
Name | Required | Description | Default |
---|---|---|---|
assignee | No | New assignee (can be 'me' or a user ID) | |
completed | No | Mark task as completed or not | |
custom_fields | No | Object mapping custom field GID strings to their values. For enum fields use the enum option GID as the value. | |
due_on | No | New due date in YYYY-MM-DD format | |
name | No | New name for the task | |
notes | No | New description for the task | |
resource_subtype | No | The type of the task. Can be one of 'default_task' or 'milestone' | |
task_id | Yes | The task ID to update |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from mcp-server-asana
- asana_add_task_dependencies
- asana_add_task_dependents
- asana_create_project_status
- asana_create_subtask
- asana_create_task
- asana_create_task_story
- asana_delete_project_status
- asana_get_multiple_tasks_by_gid
- asana_get_project
- asana_get_project_sections
- asana_get_project_status
- asana_get_project_statuses
- asana_get_project_task_counts
- asana_get_tags_for_workspace
- asana_get_task
- asana_get_tasks_for_tag
- asana_get_task_stories
- asana_list_workspaces
- asana_search_projects
- asana_search_tasks
- asana_set_parent_for_task
- asana_update_task
Related Tools
- @roychri/mcp-server-asana
- @roychri/mcp-server-asana
- @roychri/mcp-server-asana
- @roychri/mcp-server-asana
- @roychri/mcp-server-asana