DCSIMG
TFS2010,Work Items,Guides - Eran Ruso
Sign in | Join | Help

Browse by Tags

Delete TFS 2010 Work Items
18 February 10 01:47 PM | Eran Ruso | 4 comment(s)
Many customers ask me about deleting Work Items from the TFS. Here is how to do it for TFS 2010: Step 1: Log-in to the TFS using a TFS administrator user. Step 2: Open a command line and go to: 32bit machine - “X:\Program Files\Microsoft Visual Studio 10.0\Common 7\IDE” 64bit machine - “X:\Program Files (x86)\Microsoft Visual Studio 10.0\Common 7\IDE” Step 3: Use the “witadmin.exe destroywi” command in the following way: witadmin.exe destroywi /Collection:http:\\[ServerName]:8080\tfs\[CollectionName...
TFS 2010 Work Items Basic User Guide – Create And Use Queries
07 January 10 06:41 AM | Eran Ruso | 8 comment(s)
This post is the Forth post out of Five that builds the TFS 2010 Work Items Basic Guide . See the first post: “TFS 2010 Work Items Basic User Guide – Introduction” I have already published posts regarding the creation of new Work Items: “TFS 2010 Work Items Basic User Guide – Create New Work Items” and about the Work Item Links: “TFS 2010 Work Items Basic User Guide – Work Item Link Types” On this post I will talk about Queries. In order to see the Work Items you have entered to the Team System you...
TFS 2010 Work Items Basic User Guide – Work Item Link Types
30 December 09 10:37 AM | Eran Ruso | 15 comment(s)
This post is the Third post out of Five that builds the TFS 2010 Work Items Basic Guide . See the first post: “TFS 2010 Work Items Basic User Guide – Introduction” I have already published regarding the creation of new Work Items: “TFS 2010 Work Items Basic User Guide – Create New Work Items” On this post I will talk about one of the big changes in TFS 2010 is the Link types between Work Items! In any development process you will have many Work Items, Work Items in the development process are related...
TFS 2010 Work Items Basic User Guide – Create New Work Items
30 December 09 10:33 AM | Eran Ruso | 8 comment(s)
This post is the second post out of Five that builds the TFS 2010 Work Items Basic Guide . See the first post: “TFS 2010 Work Items Basic User Guide – Introduction” On this post I will show different ways to create new work items from the Team Explorer 2010. In order to show the Team Explorer in Visual Studio click on its icon. There are two main methods to create Work Items, from the Team Explorer --> Work Items menu or from the Team tab. In order to create a new work item from the Team Explorer...
TFS 2010 Work Items Basic User Guide – Introduction
22 December 09 03:37 PM | Eran Ruso | 5 comment(s)
Team System is very powerful when it comes to manage development and QA , in order to manage development and QA you will need to have Requirements, Tasks, Bugs etc. and the links between them. In Team System there is a generic object that covers all that is needed, it is called Work Item . What is a Work Item? A work item is a generic object that has types , for example: Requirement, Task, Bug, etc. The Work Item types that are available "out of the box" in Team system are not the only...