maton asana task update

maton asana task update <task-gid> [flags]

Modify one or more fields on an existing task. Use –clear-due to remove a previously-set due date.

Options

--assignee <string>
Assignee gid (use 'me' for yourself)
--clear-due
Clear the due date
--completed
Mark completed (use --completed=false to reopen)
--connection <string>
Connection ID to route through (Maton-Connection header)
--dry-run
Print the request that would be sent without executing it
--due-on <string>
Due date (YYYY-MM-DD)
-q, --jq <expression>
Filter JSON output using a jq expression
--json
Output raw JSON
--name <string>
New task name
--notes <string>
Task description
-t, --template <string>
Format JSON output using a Go template; see "maton help formatting"

Options inherited from parent commands

-p, --profile <string>
Profile to use for this invocation (overrides the active profile; also reads MATON_PROFILE)

Examples

$ maton asana task update 11111 --completed true
$ maton asana task update 11111 --name 'New title' --due-on 2026-12-01
$ maton asana task update 11111 --clear-due

See also