modify_task
Modify fields like priority or tags on an existing task by specifying its UUID and field-value pairs.
Instructions
Modify fields on an existing task.
Args: uuid: Task UUID. fields: Field:value pairs to modify. Example: {"priority": "H", "phase": "impl"} For adding tags: {"tags_add": ["python"]} For removing tags: {"tags_remove": ["old"]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | ||
| fields | Yes | ||
| dry_run | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |