How to add Bugs to TFS 2012 task board

孤街浪徒 提交于 2019-12-01 19:17:16

Did you add the required fields to the bug work item type? You may want to download the scrum template to your machine and checkout the following file "workitem tracking\process\commonConfiguration.xml"

It suggests you need the following states for items in the task category

  • To Do
  • In Progress
  • Complete

You may also need the fields defined

  • remainingwork
  • activity
  • effort

I found my solution to this problem on the MSDN forums. I was using the Agile 6.1 process template though, not scrum 2.0. Essentially I just had to add the RemainingWork and Activity fields to my Bug work item type (in addition to adding the Bug work item type to the Task Category in the Categories.xml).

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