How to delete a work item in TFS 2012?

此生再无相见时 提交于 2019-12-05 20:34:09

问题


This has been asked before but I'm struggling to find a way to delete a work item in Team Foundation Server. This looks promising: http://devmatter.blogspot.co.uk/2009/04/deleting-work-items-in-tfs-ui.html. But no luck with it so far.

First tried the following command:

witadmin destroywi /collection:"https://<<my TFS collection>>" /id:1223

It returned Unable to destroy work item(s) 1223. TF237090: Does not exist or access is denied.

Unfortunately I can't download the "Delete Work Item" utility mentioned in the article due to work's internet restrictions as it's on Skydrive. Also tried the "TEK workitem" extension (mentioned in a comment at the bottom) but this won't let me either as I'm not a Project Collection Administrator.

Am I doomed to be stuck with this work item forever or is there any other way?


回答1:


Yes it's a little annoying. Setting the item state to "Removed" will at least hide it from view.



来源:https://stackoverflow.com/questions/15921309/how-to-delete-a-work-item-in-tfs-2012

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!