App Logo
app.clickup.com

Update a ClickUp task's name, description or status

Automatically update a ClickUp task's name, description or status on app.clickup.com. Changes an existing ClickUp task's name, description or status, then reads the task back to confirm what actually changed. Values already matching are left alone. A rehearsal mode reports the current values and the change that would be made without altering anything.

Input

taskId required

The task's ClickUp id, as returned by the ClickUp task listing or by task creation.

name optional

New task name. Omit to leave it unchanged.

status optional

New status, given by the name the workspace uses for it, as the ClickUp task listing reports it (for example 'in progress'). Matching ignores case. A status the list does not offer is refused, and the available ones are named.

dry_run optional

Report the task's current values and the change that would be made, without altering anything. ClickUp saves a name or description as soon as the field loses focus, so this mode deliberately does not type into them; for a status it does check the requested one exists.

Default: false
description optional

New task description, replacing whatever is there. Plain text; line breaks become separate paragraphs. Omit to leave it unchanged.

workspaceId optional

Numeric ClickUp workspace id. Supplying it skips a lookup step; omit it to let ClickUp resolve the default workspace.

Output

dryRun required
taskId required
changed required
workspaceId required
url optional
after optional
before optional
requested optional
accountUsed optional
alreadyMatched optional
verifiedOnPage optional
availableStatuses optional

FAQ

Changes an existing ClickUp task's name, description or status, then reads the task back to confirm what actually changed. Values already matching are left alone. A rehearsal mode reports the current values and the change that would be made without altering anything.
Ask an AI agent connected to Reduck to run reduck/app.clickup.com/update_task, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/app.clickup.com/update_task
You do not need one. "Update a ClickUp task's name, description or status" drives the real app.clickup.com pages in a browser, so it works whether or not app.clickup.com offers an API for this.
Required: taskId. Optional: name, status, dry_run, description, workspaceId.
It returns url, after, before, dryRun, taskId, changed, requested, accountUsed, workspaceId, alreadyMatched, verifiedOnPage, availableStatuses.
Yes. It acts as you on app.clickup.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the app.clickup.com cookies saved by the Reduck extension.
It makes changes on app.clickup.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/app.clickup.com/update_task, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/app.clickup.com/update_task
It is part of Reduck's official curated catalogue.

Start building not clicking