Set a query bit for TestConfig migrator #1083
Replies: 4 comments 3 replies
-
Please ignore we got it to work |
Beta Was this translation helpful? Give feedback.
-
Yes attinder4u we were able to migrate Test plans and Testsuites by setting the query bit. So in the TestPlansandSuitesMigrationConfig set the TestPlanQueryBit and just use "AreaId=XXXX" dont use System.AreaID..As seems like the config is automaticallly adding System. and we setting explicitly setting system.AreaID is appending and it was not working. Also instead of Query bit make use of OnlyElementsWithTag - that will really make things easier. Good luck with your migration. |
Beta Was this translation helpful? Give feedback.
-
Just to add to the discussion for others who may be searching for solutions related to TestPlanQueryBit: I wanted to use the TestPlanQueryBit to query specific test plans by their ID. System.Id and Id by itself did not work. as they both returned errors that the field did not exist. I did notice that the log output for the tool referred to "PlanId" while writing to the log, so I tried that in my query and IT WORKED. So if you'd like to query by Id use something like the following |
Beta Was this translation helpful? Give feedback.
-
Hii @ChafedVader @tom600x @ray-cuadra |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
We are trying to migrate our Testplans and testsuites to cloud using the TestConfigurationsMigrationConfig . Wanted to check if there is a way we can use the query bit to migrate the testplans for a corresponding Areaid or someid like how we are able to set for WorkItem migrations.
TestConfigurationsMigrationConfig seems to work ONLY if the TestPlanQueryBit is set to null.
Can you please advice?
Regards
Beta Was this translation helpful? Give feedback.
All reactions