If someone accidentally set the status of a task to "Removed" in TFS 2010, is there any way to recover it?
相关问题
- TFS 2010 and Outlook 2013 integration
- Visual Studio 2015 with TFS 2010
- Possible to add JUnit 'Failed' Test Images
- Microsoft Ajax Minifier - TFS 2010 Workflow - Ajax
- BizTalk 2009 projects not playing well with TFS 20
相关文章
- 如何修改TFS2010构建完成的通知邮件的“主题”行?(How do I modify 's
- TFS构建复制到版本控制目录(TFS Build Copy to Versioned Folder)
- TFS 2010和创建包(TFS 2010 and creating a package)
- 为什么我不能更改此帐户的Team Foundation Server中的身份?(Why can
- 如何从TFS2008 TFS2010迁移升级后删除未使用的用户(How to delete unus
- 为什么在有警卫搁置检查不会影响挂起的变化?(Why checking in a gated shel
- 如何协调TFS搁置之后正确成功的门控签入上生成代理?(How to reconcile TFS sh
- 如何协调TFS搁置之后正确成功的门控签入上生成代理?(How to reconcile TFS sh
You can also duplicate the work item to create a complete copy of this item in the To Do state. This is a bit of a work around, but is simpler and quicker to do. You can do this by:
If you just changed theStatus/State
to Removed you should be able to create a new Query and search for Removed work items.From the query results you can open up the task and change the Status/State to the appropriate Status/State
this assumes that your work item type definition allows for the state to go back to something other than removed
Edit
If you want to alter the behavior for a
Task
in the default scrum template you must modify theTask.xml
located underOpen the file and add in an additional
<TRANSITION/>
element located under<TRANSITIONS/>
Save the file and update the modified Task work item type definition using TFS Power Tools. This will overwrite the Scrum Task type and introduce the newly transition from Removed to To Do
From there you simply need to run a query to find your Removed task and change the State.