ccollab admin group group-file-subscription create

Applies to Collaborator 14.5, last modified on March 26, 2024

Description

The ccollab admin group group-file-subscription create command creates a new group subscription to reviews that include files matching the specified pattern.

Command Line Syntax

ccollab [global-options] admin group group-file-subscription create <guid> <file-pattern> <role> <count>

Command Options

Option

Required?

Description

<guid>

Yes

GUID (Globally Unique IDentifier) of the group.

<file-pattern>

Yes

The Ant-style expression as the pattern to match the file(s) of interest. For example *.java.

Maximum number of characters is 255.

<role>

Yes

The role type to be assigned for group participants.

<count>

Yes

Number of group participants to be added to review.

File pattern subscriptions allow a group to be automatically included in reviews where particular files are under review.

Specify GUID of the group, the file pattern, the role type to be assigned for group participants and how many participants to add.

Specify an Ant-style expression as the pattern to match the file(s) of interest. The expression will be matched to the file path and repository name; it will not look for matches in the complete repository path with URL and other server descriptions. Ant-style expressions can include "*" to match any substring within a given directory, or "**" to match any substring of any length, ignoring directory separators. If possible, avoid beginning the pattern with wildcard characters as it can significantly decrease the performance of subscription processing.

Keep in mind that actual role names may vary depending on role configuration.

See Also

ccollab admin group
Groups

Highlight search results