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
The migrator will bring over test plans, suites, and cases, but it won't relate them to each other correctly because they are not linked like other work items. For example, a test case created independently won't appear in a test suite even if that suite is linked as the parent.
This is known behavior but the migrator is of limited utility without some means to migrate the test work item relationships. I took a quick look at the REST API but didn't see anything which could be used to solve this. Any ideas? @sferg-msft
The text was updated successfully, but these errors were encountered:
As you noticed, there are no APIs available today to make the migrator work for test work items. I will dig around to see if there is anything I can do to make it possible.
I'm not sure about APIs required to update these links on the Target, but the new v3 oDATA APIs at least are exposing the links on the Source.
We have been using these new APIs in PowerBI to identify failed test cases that have bugs that are closed and can now be retested. Since there does not appear to be a way to create a query with these links.
The migrator will bring over test plans, suites, and cases, but it won't relate them to each other correctly because they are not linked like other work items. For example, a test case created independently won't appear in a test suite even if that suite is linked as the parent.
This is known behavior but the migrator is of limited utility without some means to migrate the test work item relationships. I took a quick look at the REST API but didn't see anything which could be used to solve this. Any ideas? @sferg-msft
The text was updated successfully, but these errors were encountered: