Skip to content

How to add a Pairing Custom Field in Azure DevOps User Stories

This document outlines the benefits of adding a custom field of type Identity in Azure DevOps user stories, prerequisites, and a step-by-step guide.

Benefits of adding a custom field

Having the names of both individuals pairing on a story visible on the Azure DevOps cards can be helpful during sprint ceremonies and lead to greater accountability by the pairing assignee. For example, it is easier to keep track of the individuals assigned stories as part of a pair during sprint planning by using the "pairing names" field. During stand-up it can also help the Process Lead filter stories assigned to the individual (both as an owner or as a pairing assignee) and show these on the board. Furthermore, the pairing field can provide an additional data point for reports and burndown rates.

Prerequisites

Prior to customizing Azure DevOps, review Configure and customize Azure Boards.

In order to add a custom field to user stories in Azure DevOps changes must be made as an Organizational setting. This document therefore assumes use of an existing Organization in Azure DevOps and that the user account used to make these changes is a member of the Project Collection Administrators Group.

Change the organization settings

  1. Duplicate the process currently in use.

    Navigate to the Organization Settings, within the Boards / Process tab.

    Organization Settings

  2. Select the Process type, click on the icon with three dots ... and click Create inherited process.

    Create Inherited Process

  3. Click on the newly created inherited process.

    As you can see in the example below, we called it 'Pairing'.

    Select Inherited Process

  4. Click on the work item type User Story.

    Modify User Story

  5. Click New Field.

    Add the new field

  6. Give it a Name and select Identity in Type. Click on Add Field.

    Add the new field

    This completes the change in Organization settings. The rest of the instructions must be completed under Project Settings.

Change the project settings

  1. Go to the Project that is to be modified, select Project Settings.

    Change project settings

  2. Select Project configuration.

    Change project settings

  3. Click on process customization page.

    Change project settings

  4. Click on Projects then click on Change process.

    Change project settings

  5. Change the target process to Pairing then click Save.

    Change project settings

  6. Go to Boards.

    Change project settings

  7. Click on the Gear icon to open Settings.

    Change project settings

  8. Add field to card.

    Click on the green + icon to add select the Pairing field. Check the box to display fields, even when they are empty. Save and close.

    Change project settings

  9. View the modified the card.

    Notice the new Pairing field. The Story can now be assigned an Owner and a Pairing assignee!

    Change project settings


Last update: December 15, 2022