Description
The ccollab admin group create
command creates a new user group.
Command Line Syntax
ccollab [global-options] admin group create <guid> [--allow-associate-with-reviews <value>] [--description <value>] [--enabled <value>] [--review-pool <value>] [--title <value>] [--notification-level <value>] [--notification-wait-level <value>] [--notification-send-to-level <value>]
Command Options
Option |
Required? |
Description |
---|---|---|
Yes |
GUID (Globally Unique IDentifier) of the group |
|
No |
Specifies whether to associate this group with reviews (y/n/yes/no/true/false/on/off). |
|
No |
Group description |
|
No |
Specifies if the group is enabled (y/n/yes/no/true/false/on/off). |
|
No |
Specifies whether the group is a Review Pool, that is it could be selected as a participant of a review (y/n/yes/no/true/false/on/off). |
|
No |
Group title |
|
No |
Specifies the level of email notifications for group members (none/all/minimal). Case insensitive. |
|
No |
Specifies the default level of notifications for group members when they perform the "Wait" action during reviews. Possible values are: "any activity occurs", "activity by author occurs", "file activity occurs", "someone pokes me". |
|
No |
Specifies the default level of notifications for group members when they perform the "Send To" action during reviews. Possible values are: "any activity occurs", "activity by author occurs", "file activity occurs", "someone pokes me". |
Remarks
- 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 b6a92f451ca10b5a62ddfe7570c9428d
ccollab admin group create b6a92f451ca10b5a62ddfe7570c9428d --title "Quality Assurance"