Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to delete Work Item from Team Foundation Server

Tags:

tfs

Is there a chance to delete Work Item from TFS, or all I can do is just to rename it.

Update: This question was for TFS 2008. New version (2010) have out of the box solution as Rob Cannon suggested

like image 693
nemke Avatar asked Mar 12 '09 11:03

nemke


People also ask

How do I delete a work item in Visual Studio?

Open a work item > click the '...' in the top right corner > select 'delete'.

How do you delete a TFS team?

To delete a team, choose Project Settings > Teams > … for the team you want to delete, and select the Delete option.

How do I delete a test case in Ado?

To delete a test case, test suite, or test plan, open it from the web portal and choose the Permanently delete option from the actions menu.


1 Answers

The answers here are obsolete for TFS 2010. You need to use the 'witadmin destroywi' command now.

http://msdn.microsoft.com/en-us/library/dd236908.aspx

like image 191
Rob Cannon Avatar answered Sep 24 '22 08:09

Rob Cannon