microsoft / azure-devops-dotnet-samples

.NET/C# samples for integrating with Azure DevOps Services and Azure DevOps Server
https://docs.microsoft.com/azure/devops/integrate
MIT License
522 stars 518 forks source link

Sample request: retrieving related work items #256

Open CodeRunRepeat opened 5 years ago

CodeRunRepeat commented 5 years ago

This issue is effectively reopening #113, resolved by a sample in the Snippets folder that does not exist any more.

Requesting a sample that shows how to retrieve related work items, such as the parent, children, successor, etc.

WTobor commented 4 years ago

I think that https://github.com/microsoft/azure-devops-dotnet-samples/blob/master/ClientLibrary/Samples/WorkItemTracking/WorkItemsSample.cs#L545 is the correct url for that sample :)