Replies: 5 comments 33 replies
-
Please read the documentation for There is no need to pass a query at all. |
Beta Was this translation helpful? Give feedback.
-
TFS we have 5 Test suits and 2 Test Plans. Out of which only 1 test plan and 1 test suit got Migrated. Along with I have added these 2 in the configuration.json file { The Error I'm Getting: |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
For the hang, this sounds like something specific to your computer or your network. Have you tried another machine on the same network?
Do you have a VPN running?
You may need to fork, clone the repo, and run in debug with Visual Studio to see where the issue is.
…-MrHinsh
________________________________
From: radhiam ***@***.***>
Sent: 11 December 2023 08:49
To: nkdAgility/azure-devops-migration-tools ***@***.***>
Cc: Martin Hinshelwood NKDAgility.com ***@***.***>; Mention ***@***.***>
Subject: Re: [nkdAgility/azure-devops-migration-tools] Test Plan & Test Suite Migration from TFS to ADO (Discussion #1746)
I have tried with the Elevated rights still the Latest version hung and the older version which I'm using for the migration is not migrating all test plans and test suits.
do you have any other solution?
—
Reply to this email directly, view it on GitHub<#1746 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABHW4R756D3YCSVYYZ2OTFLYI3CIJAVCNFSM6AAAAAA7VWXUDKVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TQMJXGE3DC>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
@MrHinsh when I can expect the answer ? and Do we have any New release that fix the test plan and Test suite Migration |
Beta Was this translation helpful? Give feedback.
-
Hello Team,
I have a Config.json file to migrate the Test plan and Suite but it didn't work and I need the help with the query Section since it is null.
{
"ChangeSetMappingFile": null,
"Source": {
"$type": "TfsTeamProjectConfig",
"Collection": "https://dev.azure.com/nkdagility-preview/",
"Project": "myProjectName",
"ReflectedWorkItemIDFieldName": "Custom.ReflectedWorkItemId",
"AllowCrossProjectLinking": false,
"AuthenticationMode": "Prompt",
"PersonalAccessToken": "",
"PersonalAccessTokenVariableName": "",
"LanguageMaps": {
"AreaPath": "Area",
"IterationPath": "Iteration"
}
},
"Target": {
"$type": "TfsTeamProjectConfig",
"Collection": "https://dev.azure.com/nkdagility-preview/",
"Project": "myProjectName",
"ReflectedWorkItemIDFieldName": "Custom.ReflectedWorkItemId",
"AllowCrossProjectLinking": false,
"AuthenticationMode": "Prompt",
"PersonalAccessToken": "",
"PersonalAccessTokenVariableName": "",
"LanguageMaps": {
"AreaPath": "Area",
"IterationPath": "Iteration"
}
},
"Processors": [
{
"$type": "TestPlansAndSuitesMigrationConfig",
"Enabled": true,
"PrefixProjectToNodes": false,
"OnlyElementsWithTag": null,
"TestPlanQueryBit": null,
"RemoveAllLinks": false,
"MigrationDelay": 0,
"UseCommonNodeStructureEnricherConfig": false,
"NodeBasePaths": null,
"AreaMaps": null,
"IterationMaps": null,
"RemoveInvalidTestSuiteLinks": false,
"FilterCompleted": false
}
]
}
Beta Was this translation helpful? Give feedback.
All reactions