Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-linking test work items #4

Open
jdshkolnik opened this issue Nov 21, 2017 · 3 comments
Open

Re-linking test work items #4

jdshkolnik opened this issue Nov 21, 2017 · 3 comments

Comments

@jdshkolnik
Copy link

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.

image

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

@obvioussean
Copy link
Member

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.

@mjcarrabine
Copy link

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.

Here is an example using the new API https://docs.microsoft.com/en-us/azure/devops/report/powerbi/sample-test-plans-tester-by-outcome?view=azure-devops&tabs=powerbi

@Xerxes0198
Copy link

Hey, I am experiencing this, too. Does anyone know of a good strategy for migrating Test Plans, Suites and Cases with their structure in tact?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants