|
ccollab admin group group-file-subscription create |
|
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>
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. |
|
© 2003-2025 SmartBear Software. All rights reserved. |