Transitioning a task to a different state

You can change the state of a task if you have task assignment privileges and are able to modify the task.

About this task

ccm task -st|-state task_state [-r|-resolver resolver]
        [-desc|-description description]
        [-desc_edit|-descriptionedit|-description_edit]
        [-desc_file|-descriptionfile|-description_file file_path]
        task_spec...
-desc|-description description
Specifies a single-line description. The description cannot contain newline characters.
-desc_edit|-description_edit
Specifies to start the default text editor so you can edit or compose a multiline description.
-desc_file|-description_file file_path
Specifies a path to a file containing a multiline description.
task_state
Specifies the state that you want to move the task to.
-r|-resolver resolver
Specifies to set the resolver of the specified tasks. This option can only be used when moving a task to the task_assigned state. The resolver must be a valid task resolver.
task_spec...
Specifies the tasks you want to move. See Task specification for details.

Example


Feedback