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