Native TFS Processor, does not work with any other Endpoints.
top
Options
Parameter |
Type |
Description |
Default Value |
Enabled |
Boolean |
If set to true then the processor will run. Set to false and the processor will not run. |
missing XML code comments
|
MigrateTeamCapacities |
Boolean |
Migrate original team member capacities after their creation on the target team project. Note: It will only migrate team member capacity if the team member with same display name exists on the target collection otherwise it will be ignored. |
Not specified
|
MigrateTeamSettings |
Boolean |
Migrate original team settings after their creation on target team project |
Not specified
|
PrefixProjectToNodes |
Boolean |
Prefix your iterations and areas with the project name. If you have enabled this in NodeStructuresMigrationConfig you must do it here too. |
Not specified
|
SourceName |
String |
This is the IEndpoint that will be used as the source of the Migration. Can be null for a write only processor. |
missing XML code comments
|
TargetName |
String |
This is the IEndpoint that will be used as the Target of the Migration. Can be null for a read only processor. |
missing XML code comments
|
Teams |
List |
List of Teams to process. If this is null then all teams will be processed. |
missing XML code comments
|
UpdateTeamSettings |
Boolean |
Reset the target team settings to match the source if the team exists |
Not specified
|
UseUserMapping |
Boolean |
Use user mapping file from TfsTeamSettingsTool when matching users when migrating capacities. By default, users in source are matched in target users by current display name. When this is set to true , users are matched also by mapped name from user mapping file. |
missing XML code comments
|
top
Samples
top
Sample
Sample
There is no sample, but you can check the classic below for a general feel.
top
Defaults
Defaults
There are no defaults! Check the sample for options!
top
Classic
Classic
{
"$type": "TfsTeamSettingsProcessorOptions",
"Enabled": false,
"MigrateTeamSettings": false,
"UpdateTeamSettings": false,
"PrefixProjectToNodes": false,
"MigrateTeamCapacities": false,
"Teams": null,
"UseUserMapping": false,
"SourceName": null,
"TargetName": null
}
top