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. Requires workspace context (–workspace-id or NWEB_WORKSPACE_ID). –description accepts simple HTML. –parent-task-id makes the task a subtask of that task. –assignee is repeatable and takes workspace_member_nrns (format: nweb:workspace:member:
Flags: --project-id, --title, --description, --priority, --due-at, --parent-task-id, --assignee, --reporter, --estimation-points
retask task create --project-id <id> --title 'Fix bug' --priority HIGH --parent-task-id <parent-task-id>retask task update
Section titled “retask task update”Partial update a task (only set flags change). –status takes a status ID and –task-type a task type ID, both of which must exist in the project’s config. –assignee is repeatable and replaces all assignees (workspace_member_nrns, format: nweb:workspace:member:
Flags: --title, --description, --priority, --status, --task-type, --assignee, --parent-task-id, --reporter, --estimation-points, --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>