Assigning a task

You can assign the specified task to the specified resolver. To assign a task, you must have task assignment privileges and be able to modify the task.

About this task

ccm task -as|-assign -t|-to resolver [-q|-quiet] task_spec...
-t|-to resolver
Specifies the resolver to assign the tasks to. The resolver must be a valid task resolver.
-q|-quiet
Specifies that the confirmation messages include only the task identifier for each task assigned.
task_spec...
Specifies the tasks to be assigned. You can set the task_spec to multiple tasks. For more details, see Task specification.

Example

Assign tasks 54, 60-63, and 74 to user joe.

ccm task -as 54,60-63,74 -to joe


Feedback