Removing tasks from the update properties for a project grouping

You can remove tasks from specified project groupings. The command supports removing specified tasks, all tasks currently in the project grouping, and all tasks that were manually added to the project grouping. Any user who can modify the project grouping can remove tasks from the update properties for a project grouping.

About this task

ccm pg|project_grouping 
       -rt|-remove_task|-remove_tasks (task_spec|(all | all_added)) 
        project_grouping_spec...
project_grouping_spec
Specifies the project groupings to update. See Project grouping specification for details.
(-rt|-remove_task|-remove_tasks (task_spec|(all|all_added)))...
Specifies the tasks to be removed from the specified project groupings. If a task to be added is in the list of added tasks, it is removed from that list. If the task is in the list of saved tasks, then it is added to the removed tasks list for the project grouping. The keyword all means remove all added tasks, and add all saved tasks to the removed tasks list. The keyword all_added means remove all added tasks. See Task specification for details.

Feedback