Customizing Your VSTS Task Board

by 

| September 19, 2017 | in

The VSTS task board is a great way for developers and project managers to see development tasks in the current iteration. But we like to also see which tasks have been submitted and are awaiting a pull request. Here is how we customize our task board to add an additional step for work items.

Creating a New Process

From the main page of VSTS, navigate to the Process Admin page.

Visual Studio Team Services

Click the ‘…’ next to the process type that you are using for your projects. We will be using Agile for this demo. Click Create Inherited Process to make you own custom process template.

Visual Studio Team Services

Define your new process template.

Visual Studio Team Services

Optional: Set your new process as the default option when creating new projects.

Visual Studio Team Services

Edit your new template by clicking on the name of your new process.

Click on Task in the list to edit the template for tasks.

Visual Studio Team Services

Click States to reveal the current states for a task.

Visual Studio Team Services

Create a New State for the task with the name and color of your choice. Make sure the State category is “In Progress”.

Visual Studio Team Services

Review Requested in now a step in the In Progress workflow.

Visual Studio Team Services

Click on the process name in the navigation to get back to main page for the process and click Bug to change the workflow for the Bug item.

Visual Studio Team Services

Add the same new state we added for the Task item.

Visual Studio Team Services

Assigning the Process to a Project

Navigate back to the main Process page.

Visual Studio Team Services

Click the Change team project to use [your new process] menu option for your newly created process.

Visual Studio Team Services

Select the target project(s) to change template.

Visual Studio Team Services

Navigate to your work items board and you will see your new column.

Visual Studio Team Services

VSTS provides a simple way to adjust the Item workflow to suit your needs so now you can customize to fit your development workflow.


Related posts