views:

126

answers:

1

We am looking to get a list of bugs per user story in TFS so we can identify the areas that caused the most pain.

Anyone have any ideas of the best way to go about this?

Thanks in advance,

B

+1  A: 

How do you track User Stories? I'm guessing these are work items. You could add a custom field to the Bug work Item that can be used to contain the Work Item Id that represents the User Story, then write a report or custom query to extract the data. This obviously requires those reporting the bugs to be aware of the user stories.

Alternatively you could link the bug to the user story and use a defined comment value to identify the user story as the source of the bug. This would require a custom report to extract the data.

RikRak