So we're investigating going from Agile 5.0 to Scrum 2.2 with some customizations. While researching scrum we found on the sitehttp://msdn.microsoft.com/en-us/library/vstudio/ff731589.aspx there is a state diagram at the bottom for the Bug work item. We agree with those states, and so progressed our research into the field list.
When looking at the work item definition (XML) for the Bug item, I notice that the workflow has a lot more transitions. The transitions are:
1. "New" to "Done"
2. "New" to "Committed"
3. "Approved" to "New"
4. "Approved" to "Done"
5. "Committed" to "New"
6. "Done" to "Approved"
7. "Done" to "New"
Is there an up-to-date description of the state diagram and transitions for Scrum 2.2?