I am trying to build an SQL query for stories stored in TFS_warehouse (TFS 2012). What I want is a simple list of stories including basic elements such as id's, titles and the description. I am however unable to locate the description in the warehouse - can anybody tell me the name of the column and table where it is stored?
Where is the story (product backlog item) description in TFS_Warehouse (TFS 2012)
693 views Asked by styrmiro At
2
The following request will give you all the WorkItems with their last description and last comment :
You have to do it on the
Tfs_XXXCollection
database.To check that your FieldId is the correct one, just do
You can easily get a full history if you want, but usually this would be enough to get you going.