Querying a TFS job position using related processed items?

Say I have a bunch of errors (work items) that are associated with one work item. How can I edit a work part request to get a list of all the errors associated with a particular work item?

I see a list of related errors when I look at a specific work item, but I would like to be able to create a query for this. Thanks!

+6
tfs visual-studio bug-tracking
source share
2 answers

In TFS 2008, you cannot do this with a work item request. TFS 2010 provides this support out of the box, as well as the ability to view this query in a radiant tree view. If you enjoy playing with TFS 2010 beta 1, you can download it here.

However, you will not be tempted to install as a production server while it is still in beta.

+1
source share

There may be a way to do this using the low-level WIQL API, but there is no way to do this through the standard query user interface.

0
source share

All Articles