update_task_assignment
update_task_assignmentUpdate the assignee of an existing task, set it to a specific user or unassign by using 'null' as the assignee ID.
Instructions
Update the assignee of an existing task. If PRODUCTIVE_USER_ID is configured, you can use "me" to refer to the configured user. To unassign, use "null" as a string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ID of the task to update (required) | |
| assignee_id | Yes | ID of the person to assign the task to (use "null" string to unassign). If PRODUCTIVE_USER_ID is configured in environment, "me" refers to that user. |