Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 261
devlife Avatar asked Sep 21 '12 18:09

devlife


People also ask

How do I track bugs in TFS?

TestArchitect™ can be integrated with TFS®, as a defect tracking system, allowing you and your team to easily keep track of TFS bug issues by associating them with TestArchitect bugs. How to configure TFS Bug Tracker in TestArchitect. Features of TestArchitect's TFS Bug Tracker tool.

How do I add a bug to a task in Azure Devops?

To add existing bugs to the task board, open a user story. In this example, the user story is titled Bug debt. From the ALL LINKS tab, choose the bugs to include in the sprint.


1 Answers

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).

like image 123
deadlydog Avatar answered Oct 12 '22 09:10

deadlydog