Consider the following hierarchy:

1 Test Case work item has multiple Test Result work items. I can make a "Work Items and Direct Links" query in TFS, to show me this hierarchy:

Test Case "Customer needs to blabla"
- Test Result - Fail on 1/11//11*
- Test Result - Success on 2/1/11*
- Test Result - Success on 3/1/11*

Is it possible to limit the query result to the latest Test Result? So I would like to have this:

Test Case "Customer needs to blabla"
- Test Result - Success on 3/1/11*

Note that I cannot filter on the State field, because those fields are not maintained...

*Euro date notation d/mm/yy

link|improve this question

73% accept rate
I think it is not possible using the standard workitem query, but you should be able to achieve it using Excel or Reporting Server. Would that work for you? – kroonwijk Nov 30 '11 at 20:24
We didn't really find a decent way to do this either in VS or in Excel. We resorted to a custom solution: An app that queries TFS for the necessary workitems. Thanks for your input anyway! – Roel Dec 1 '11 at 10:54
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.