Configure Notifications for New External SCM Repositories
* 
This feature is available since Codebeamer 10.0
There is a configuration option for new external SCM repositories: defaultNotificationRolesEnabled.
True: When a new external repository created Project Admin and Developer notification roles are selected
False: When a new external repository created no notification role is selected
"scc" : {

"defaultNotificationRolesEnabled" : false,
...
}

Default value is true.
Was this helpful?