Hey. I am wondering if anyone has experience maintaining a Team Foundation Server repository to retrieve current work item information. I understand that the required information is stored in the TFSWarehouse database.
I know well that there are APIs that provide this functionality, and I used them myself. However, this is due to the requirement to install Team Explorer on any client PC that will refer to the API.
All I want is a list of work items with some fields selected, such as Title, State and Created By.
Has anyone tried to do this themselves, and does anyone really know any pitfalls with this approach?
---------- EDIT 16/02
Just add after talking to TreeUK. Would it be nice if someone could have a sample query or maybe some explanation regarding the structure of the table?
source share