ccollab admin group group-file-subscription edit

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

Description

The ccollab admin group group-file-subscription edit command modifies an existing group subscription to reviews that include files matching the specified pattern.

Command Line Syntax

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

Command Options

Option

Required?

Description

<guid>

Yes

GUID (Globally Unique IDentifier) of the group.

<file-pattern>

Yes

The Ant-style expression denoting the current pattern to match the file(s) of interest.

Maximum number of characters is 255.

<role>

Yes

The role type currently assigned for group participants.

--new-file-pattern <value>

No

The Ant-style expression denoting new pattern to match the file(s) of interest.

Maximum number of characters is 255.

--new-count <value>

No

New number of group participants to be added to review.

--new-role <value>

No

New role type for group participants.

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

Specify GUID of the group, current file pattern, current role type assigned for group participants, and optionally specify new values for file pattern, role type 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