Book Image

Team Foundation Server 2015 Customization

By : Gordon Beeming
Book Image

Team Foundation Server 2015 Customization

By: Gordon Beeming

Overview of this book

Table of Contents (17 chapters)
Team Foundation Server 2015 Customization
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Configuring columns


Columns are the last configurable part of boards. These are only available with Kanban boards. The configuration here is very similar to that of swimlanes. Click on the Columns option in the settings drop-down list to open the CUSTOMIZE COLUMNS dialog, like this:

Figure 23: The default column options for a scrum process template requirement

This dialog is self-explanatory and contains most of the same functionality as in TFS 2013, with two important additions. It's on this form that we see much of the Kanban configuration occurring. From this dialog, we can rename any of the columns to be more specific to our team; for example, if it is decided that our team doesn't need the approved column, we can just click on the x mark in the top-right corner of the column to remove it. If we want to add a new column anywhere, we can simply click on the + button and add it. If we added a column in the wrong place, we can click and drag the columns to reorder them horizontally.

We can...