update_task
Update selected fields of a project task while leaving other data intact. Use clear flags to safely remove optional values like deadline, assignees, or tags.
Instructions
Update only supplied fields on an allowed task; explicit clear flags avoid accidental erasure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| tag_ids | No | ||
| task_id | Yes | ||
| deadline | No | ||
| priority | No | ||
| stage_id | No | ||
| clear_tags | No | ||
| description | No | ||
| clear_parent | No | ||
| milestone_id | No | ||
| clear_blockers | No | ||
| clear_deadline | No | ||
| parent_task_id | No | ||
| allocated_hours | No | ||
| clear_assignees | No | ||
| clear_milestone | No | ||
| assignee_user_ids | No | ||
| clear_description | No | ||
| blocked_by_task_ids | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||