{filelink=2} I have tried different methods to move work items from one Team Foundation Server to another. The easiest method is doing it with Excel, but the problem is that I also want to keep all the work item history which Excel cannot do. I found that the Revision property of each work item contains an array of complete copies of the work item as it appears at each revision. So iterating over each revision […] Read more »
Where to store documents in TFS
I have had several discussions with people I work with about where to put your documents when using Team Foundation Server. Obviously there are several places to put documentation depending on what sort of document it is. There are at least three places that make sense to me: In the SharePoint Portal In the Version Control repository As attachments on Work Items Each of these places has their advantages and disadvantages. I have found two […] Read more »