ccollab admin group create

Top  Previous  Next

Usage: ccollab [global-options] admin group create [--allow-associate-with-reviews <value> --description <value> --enabled <value> --title <value>] <guid>

 

create - Create a new Group

 

Command Options

Option

Required?

Description

--allow-associate-with-reviews <value>

N

Allow users to associate this group with reviews (y/n/yes/no/true/false/on/off)

--description <value>

N

 

--enabled <value>

N

Enablement status (y/n/yes/no/true/false/on/off)

--title <value>

N

 

<guid>

Y

GUID (Globally Unique IDentifier) of the group

 

Manually create a new group. You must be an Administrator to execute this command.

 

Creating a new group with this command is equivalent to manually creating the group using the web UI. The new group will not be modified by subsequent 'ccollab admin group sync' commands.

 

Examples:

       ccollab admin group create qa

       ccollab admin group create qa --title "Quality Assurance"