Azure DevOps Migration Tools

v13.0.6

Azure DevOps Migration Tools

Overview
 › 
 › 
 › 
 › 
 › 

TeamMigrationContext

Ref

  

Less than 1 minute to read

  

2023-05-17 09:40:31 -0500

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
PrefixProjectToNodes Boolean Prefix your iterations and areas with the project name. If you have enabled this in `NodeStructuresMigrationConfig` you must do it here too. false

Example

A basic sample for TeamMigrationContext configuration.

1
2
3
4
5
6
7
{
  "$type": "TeamMigrationConfig",
  "Enabled": false,
  "PrefixProjectToNodes": false,
  "EnableTeamSettingsMigration": true,
  "FixTeamSettingsForExistingTeams": false
}