You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
!!ACTION REQUIRED!! we no longer support the v1 config schema...
You are using a deprecated version of the configuration, please update to the latest version.
You can use devopsmigration.exe upgrade -c myconfig.json to atempt to update it.This is best effort and may not bring across all of your property values as it will only create and map valid ones with the same
name.
We have made lots of architectural changes, refactors, and renames. Not all of them are mapped...
Exiting...
[17:21:59 INF] [16.0.9] Command ExecuteMigrationCommand completed in 00:00:11.1381797
[17:21:59 INF] [16.0.9] Check the logs for errors: C:\Users\ashwitha.gudikadi\AppData\Local\Microsoft\WinGet\Packages\nkdAgility.AzureDevOpsMigrationTools_Microsoft.Winget.Source_8wekyb3d8bbwe\logs\20250110172147
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
error:
[17:21:59 FTL] [16.0.9] Config is Invalid
!!ACTION REQUIRED!! we no longer support the v1 config schema...
You are using a deprecated version of the configuration, please update to the latest version.
You can use devopsmigration.exe upgrade -c myconfig.json to atempt to update it.This is best effort and may not bring across all of your property values as it will only create and map valid ones with the same
name.
We have made lots of architectural changes, refactors, and renames. Not all of them are mapped...
Exiting...
[17:21:59 INF] [16.0.9] Command ExecuteMigrationCommand completed in 00:00:11.1381797
[17:21:59 INF] [16.0.9] Check the logs for errors: C:\Users\ashwitha.gudikadi\AppData\Local\Microsoft\WinGet\Packages\nkdAgility.AzureDevOpsMigrationTools_Microsoft.Winget.Source_8wekyb3d8bbwe\logs\20250110172147
{
"Serilog": {
"MinimumLevel": "Information"
},
"MigrationTools": {
"Version": "16.0",
"Endpoints": {
"SourceEndpoints": [
{
"$type": "WorkItemEndpointConfig",
"Name": "Source",
"EndpointEnrichers": null,
"Collection": "https://tfs.adgm.com/tfs/DefaultCollection",
"Project": "eCourts",
"AuthenticationMode": "AccessToken",
"AccessToken": "6bubuxytgs47a3xq7ql7f2sha2bs5niy6jfync2klbqh7vj5pojq"
}
],
"TargetEndpoints": [
{
"$type": "WorkItemEndpointConfig",
"Name": "Target",
"EndpointEnrichers": null,
"Collection": "https://dev.azure.com/adgmcloud",
"Project": "ADGM eCourts",
"AuthenticationMode": "AccessToken",
"AccessToken": "02MIhpDSh0uim91AqSo2vyi0KOUaRazQ0XSA4Ik8cKC1Ddj7VilgJQQJ99BAACAAAAArZePpAAASAZDOuefV"
}
]
},
"Processors": [
{
"$type": "WorkItemMigrationConfig",
"Enabled": true,
"ReplayRevisions": true,
"PrefixProjectToNodes": false,
"CollapseRevisions": false,
"WorkItemCreateRetryLimit": 5,
"SourceName": "Source",
"TargetName": "Target",
"WIQLQuery": "SELECT [System.Id] FROM WorkItems WHERE [System.Id] = 55261 AND [System.AreaPath] = 'ADGM eCourts\Avanade Iteration\Avanade 2025.01 - Sprint 3'",
"AttachmentMigration": true,
"AttachmentWorkingPath": "c:\temp\migration-attachments",
"FixHtmlAttachmentLinks": true,
"LinkMigration": true,
"UpdateCreatedBy": true,
"UpdateCreatedDate": true,
"MaxRevisions": 10
}
],
"CommonTools": {
"TfsChangeSetMappingTool": {
"Enabled": false,
"ChangeSetMappingFile": null
},
"TfsGitRepositoryTool": {
"Enabled": false,
"Mappings": null
},
"FieldMappingTool": {
"Enabled": true,
"FieldMaps": []
}
}
}
}
Beta Was this translation helpful? Give feedback.
All reactions