Search code examples
tfstfs-workitem

How to add Bugs to TFS 2012 task board


I'm trying to follow the instructions at http://msdn.microsoft.com/en-us/library/hh739066(v=vs.110).aspx for "Work item types that appear on the task board page". I add <WORKITEMTYPE name="Bug" /> to the Task Category. However, when I import the categories I get an error message saying TF400917: The current configuration is not valid for this feature. Does anyone have any ideas as to what is wrong? That is the only configuration that I have changed. If I remove the new line from the config and re-import it, everything works fine.

It's worth noting that I'm using the Scrum 2.0 process template.


Solution

  • 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