Not assigning Bugs to a specific user

Posted by user2977817 on Programmers See other posts from Programmers or by user2977817
Published on 2013-11-11T04:21:57Z Indexed on 2013/11/11 22:12 UTC
Read the original article Hit count: 191

My question: Is there a benefit to NOT assigning a Bug to a particular developer? Leaving it to the team as-a-whole?

Our department has decided to be more Agile by not assigning Bugs/Defects to individuals. Using Team Foundation Server 2012, we'll place all Bugs in a development team's "Area" but leave the "Assigned To" field blank. The idea is that the team will create a Task work item which will be assigned to an individual and the Task will link to the Bug. The Team as a whole will therefore take responsibility for the Bug, not an individual, aligning to Scrum - apparently.

I see the down side. The reporting tools built into TFS become less useful when you cannot sort by assigned vs unassigned, let alone sorting by which user Bugs are assigned.

Is there a benefit I'm not seeing? Besides encouraging teamwork by putting the responsibility on the team-as-a-whole instead of an individual?

© Programmers or respective owner

Related posts about testing

Related posts about team-foundation-server