Add scope control in test plan migration utility #2644
sawantajay22
started this conversation in
Ideas
Replies: 1 comment
-
The API does not support this. Test Plans and Suits are not loaded using WIQL as they are not really work items. They are loaded using the Test Manager API's |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Problem statement : Existing provided scope control i.e Area path, Tags and State (Except Active and Inactive) does not work , if we have more than 1000 test plans with high amount of test suite and test cases in it , we cannot filter them using mentioned scope controls.
Idea : Use wiql to get the test plan ids as scope control (System.id IN (123,345,456)). Also if we can have a new variable "skipMigratedSuite" or let us know how can we use the tag functionality
Beta Was this translation helpful? Give feedback.
All reactions