|
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
|
<guid>
|
Yes
|
GUID (Globally Unique IDentifier) of the group
|
--allow-associate-with-reviews <value>
|
No
|
Specifies whether to associate this group with reviews (y/n/yes/no/true/false/on/off).
|
--description <value>
|
No
|
Group description
|
--enabled <value>
|
No
|
Specifies if the group is enabled (y/n/yes/no/true/false/on/off).
|
--review-pool <value>
|
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).
|
--title <value>
|
No
|
Group title
|
--notification-level <value>
|
No
|
Specifies the level of e-mail notifications for group members (none/all/minimal). Case insensitive.
|
--notification-wait-level <value>
|
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"
|
--notification-send-to-level <value>
|
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. |
Examples:
ccollab admin group create b6a92f451ca10b5a62ddfe7570c9428d
ccollab admin group create b6a92f451ca10b5a62ddfe7570c9428d --title "Quality Assurance"
|