Tag Archives: Team Foundation Server
1
Example: Add workitem to Team Foundation Server
Posted on 03. Mar, 2007 by Wim Haanstra.
For my project at work I had to find out how to add a workitem to Team Foundation Server, through C#. Because I don’t want you to go through the same research as I did, I created a small example project which shows the basics.
The code example at the end of this post shows how a connection is made to a Team Foundation Server (with the right credentials). After that the WorkItemStore is initialized, which we can use to create a Project object.
Continue Reading