clickUp.updateTask updates task fields, assignees, dates, status, or priority.
automations/clickup-update-task.automation.ts
Inputs
taskId and at least one task field. Assignee, group-assignee, and watcher changes use { add, rem }; priority is 1 through 4 or null. You can also move a subtask by passing another parent task ID. Every action accepts an optional static account binding.
Output
Returns the updatedClickUpTask.