Task
retask task list
Section titled “retask task list”List tasks. —assignee is repeatable and accepts workspace_member_nrns (format: nweb:workspace:member:
Flags: --project-id, --status, --assignee, --priority
retask task list --assignee nweb:workspace:member:<uuid1> --assignee nweb:workspace:member:<uuid2>retask task get
Section titled “retask task get”Get a task by ID
retask task get <task-id>retask task get-by-key
Section titled “retask task get-by-key”Get a task by key (e.g. ENG-42)
retask task get-by-key ENG-42retask task create
Section titled “retask task create”Create a task
Flags: --project-id, --title, --description, --status, --priority, --assignee, --due-at
retask task create --project-id <id> --title 'Fix bug' --priority HIGHretask task update
Section titled “retask task update”Partial update a task (only set flags change)
Flags: --title, --description, --status, --priority, --assignee, --due-at
retask task update <id> --status <status-id> --priority HIGHretask task delete
Section titled “retask task delete”Delete a task
retask task delete <task-id>retask task attachment add
Section titled “retask task attachment add”Attach a file to a task
retask task attachment add <task-id> <file-id>retask task attachment remove
Section titled “retask task attachment remove”Remove a file attachment from a task
retask task attachment remove <task-id> <file-id>