Skip to content

cu task create

cu task create

Create a new task

Synopsis

Create a new task in ClickUp with the specified name and optional properties.

cu task create [flags]

Options

  -a, --assignee strings     Assignees (username or ID)
  -d, --description string   Task description
      --due string           Due date (ISO format or 'today', 'tomorrow')
  -h, --help                 help for create
  -l, --list string          List ID to create task in
  -n, --name string          Task name (alternative to providing as argument)
  -p, --priority string      Task priority (urgent, high, normal, low)
  -s, --status string        Task status
      --tag strings          Tags to add to the task

Options inherited from parent commands

      --config string   config file (default is $HOME/.config/cu/config.yml)
      --debug           enable debug mode
  -o, --output string   output format (table|json|yaml|csv) (default "table")

SEE ALSO

Auto generated by spf13/cobra on 29-Jun-2025