Here is something to think about: Supposing we have a table called workitem with this data, how would a sql query would look like to achieve what you need?
you can read about WIQL syntax from samples/documents in VSSDK. Download VS SDK from http://msdn.microsoft.com/vstudio/extend and check out the documents & samples under "VisualStudioTeamSystemIntegration\Work Item Tracking"
Here is link to influence features or make suggestions: https://connect.microsoft.com/VisualStudio/feedback/CreateFeedbackForm.aspx?FeedbackFormConfigurationID=774&FeedbackType=1 (Choose Visual Studio 2005 Team Foundation Server in the Version combo box)
http://blogs.msdn.com/narend |