Adding additional columns to the Kanban board
The Kanban board in TFS provides a visual representation of the backlog. The board can be modeled to match the delivery workflow used in your organization. In this recipe, you'll learn how to add additional columns and configure a workflow in the Kanban board.
Tip
The name 'Kanban' originates from Japanese and translates roughly as "signboard" or "billboard". Kanban in the context of software development can mean a visual process management system that tells you what to produce, when to produce it, and how much to produce (http://bit.ly/1j4bT57).
Getting ready
You need to be a Team Administrator or a member of the Team Project Administrator group to customize the Kanban board.
Scenario: The FabrikamFeature1 Team use a Dev, Test, and Release workflow for every Backlog Item before marking it as Done. The Team has an exit criteria for each stage in the cycle. FabrikamFeature1 Team has limited testing capacity. To limit the items in Test, a limit has...