Adding folders and folder templates to a process rule

About this task

This subcommand adds folders or folder templates and folder and folder templates to the specified process rules. You may only add folder templates to a generic process rule. You may add folders or folder templates to release specific process rules. You must be working as a Process rules manager to use this command.

ccm pr|process_rule|ut|update_temp|update_template|rt|recon_temp|
        reconfigure_template -a|-ad|-add 
        [(-fol|-folder|-folders folder_spec)...] [(-ft|-folder_temp|
        -folder_temps|-folder_template|-folder_templates 
        folder_template_spec)...] process_rule_spec...
-fol|-folder|-folders folder_spec
Specifies the folders to be added to each process rule. Generic process rules may only have folder templates. See Folder specification for details.
-ft|-folder_temp|-folder_temps|-folder_template|-folder_templates folder_template_spec
Specifies the folder templates to be added to each process rule. See Folder specification for details.

Examples

About this task

  • Add folder 3 to the 2.1:Insulated Development process rule:

    ccm pr -add -folders 3 "2.1:Insulated Development"

  • Add folder template integration tested tasks for release %release to the 2.1:Insulated Development process rule.

    ccm pr -add -folder_temp "integration tested tasks for release %release" "2.1:Insulated Development"


Feedback