TeamMigrationContext
Ref
Less than 1 minute to read
2024-09-06 09:35:04 +0100
draft
This page is in draft and may include errors or omissions. Please check the discussions for any pending updates and changes to the content or to suggest your own changes.
Migrates Teams and Team Settings: This should be run after NodeStructuresMigrationConfig
and before all other processors.
Options
Parameter name | Type | Description | Default Value |
Enabled | Boolean | missng XML code comments | missng XML code comments |
EnableTeamSettingsMigration | Boolean | Migrate original team settings after their creation on target team project | true |
FixTeamSettingsForExistingTeams | Boolean | Reset the target team settings to match the source if the team exists | true |
Example
A basic sample for TeamMigrationContext configuration.
1
2
3
4
5
6
{
"$type": "TeamMigrationConfig",
"Enabled": false,
"EnableTeamSettingsMigration": true,
"FixTeamSettingsForExistingTeams": false
}