Modify work items in bulk in Azure Boards

TFS 2017 | TFS 2015 | TFS 2013

Use bulk modify when you need to quickly make the same change to many work items. For example, you might want to change the priority of several bugs or reassign several tasks to the same team member. Use the web portal to quickly modify one or more fields for work items that will contain the same value.

Tip

To add work items in bulk or update multiple fields with different values, use Excel. You can't complete a bulk add of work items through the web portal.

With bulk modify, you may edit fields and add or remove tags. You can also reassign work or move work to a specific sprint. You can also use bulk modify to change the work item type or move work items to other projects. The options available to you depend on the platform you work from and the permissions you've been granted.

In this article you'll learn:

  • How to multi-select work items from a list and open the context menu
  • Edit one or more fields of several work items
  • Assign work from a backlog to a sprint using drag-and-drop
  • Add or remove tags from several work items

Prerequisites

  • You must connect to a project. If you don't have a project yet, create one.
  • You must be added to a project. To get added, Add users to a project or team.
  • To view or modify work items, you must have your View work items in this node and Edit work items in this node permissions set to Allow. By default, the Contributors group has this permission set. To learn more, see Set permissions and access for work tracking.
  • To add new tags to add to work items, you must have Basic access or higher and have the project-level Create new tag definition permissions set to Allow. By default, the Contributors group has this permission set. Even if the permission is explicitly set for a Stakeholder, they won't have permission to add new tags, as they are prohibited through their access level. To learn more, see Stakeholder access quick reference.
  • All project members, even those who belong to the Readers group, can email work items.

Supported tasks

All of the following actions can be completed by team members that belong to the Contributors group. Members provided with Stakeholder access can run multi-select, bulk edit, change type, email, and copy as HTML/copy to clipboard actions. For details, see Work as a stakeholder.

Area

Task

Multi-select work items

Link work items

Bulk edit/update/delete

Copy, clone, or email work items

Note

  1. You can't perform certain functions on work items whose WITs belong to the Hidden Types Category. This includes all work items that track tests—such as test cases, shared steps, and shared parameters—code review requests and responses, and feedback requests and responses.
  2. You can choose to copy or clone a single work item from a query results list or from the Actions menu of the work item form. You can only perform a clone or copy action for a single work item. Choose Copy work item when you want to create a copy of a work item and change its work item type. Choose Clone when you want to create another instance of the work item without changes to its work item type.
  3. For on-premises Azure DevOps, you must have an SMTP server configured for your deployment.


Edit multiple work items in bulk

To start a bulk edit, begin by multi-selecting the work items you want to modify, either from the query results or the backlog. You can craft your query using the query editor or search box.

Multi-select of work items on the backlog and sprint backlogs works in the same way as multi-select works within query results.

You can use bulk modify by selecting work items from the backlog page or query results list. From the backlog page context menu, change the backlog priority of several items (Change position or Move to position). Then, assign them to a team member, move them to a different sprint, or map them to a feature.

The menu options available to you change depending on the platform you work from and whether you work from a backlog page or query results list.

Backlog multi-select menu

Product backlog multi-select menu

Query results multi-select menu
Query results multi-select menu, TFS-2017

Select multiple items and open the context menu

To select several items in a sequence, hold down the shift key. To select several non-sequential items, use the Ctrl key. Then, you can either drag the selected items to a new position within the backlog, to a different sprint.

To open the context menu, select ( ) or (context icon), and then choose the option from the menu.

Here, we use the context menu to move several non-sequential items to the current sprint.

Backlog page, multi-select items, Open context menu, Move to iteration

Tip

Use the backlog Create Query feature to create a query with the backlog items. You can then open the query within the web portal or Excel to perform additional bulk updates.

Reassign work items

With work items selected, open the context menu for any selected item, and reassign all of them. By doing reassigning them, you can quickly assign them to a member of your team or to another sprint or iteration.

Wiki view keyboard shortcuts popup

To learn more about the Assign To and Iteration Path fields, see Query by assignment, workflow, or Kanban board changes and Query by area or iteration path.

Edit one or more fields

To assign or modify several fields, choose Edit from the context menu of one of the selected work items. Enter a value for each field that you want to update.

  1. For audit purposes, you can type a description for your bulk update task. To learn more about each field, see the Work item field index.

    TFS 2017, Query results page, bulk edit fields

  2. From the Query results page, you must save all work items that you bulk-modified. When you bulk modify items from the backlog, they're automatically saved. Work items shown in bold text indicate that local changes haven't yet been saved to the data store.

    Azure Boards and TFS 2017, Query results page, save bulk modified items

Move work items to a sprint

From any backlog or board, you can drag a multi-selected list of work items and drop it onto a sprint to change it's iteration path. From a Kanban or taskboard, you can drag a single work item onto a sprint. (Not supported for users with Stakeholder access.)

Drop work items onto a sprint

Child items of the work items whose iteration path you change are also updated with the new iteration path.

Modify rich-text fields in bulk

Rich-text fields support entry of HTML syntax tags to support formatting. Rich-text fields correspond to the Description, Acceptance Criteria, Repos Steps, and others listed in Query samples for select fields.

You can bulk update a rich-text field by using the bulk modify tool, selecting the field, and entering the text with syntax in the Value field. Or, you can create a work item template with the text you want to use and complete a bulk update by applying the template to the selected work items. For details on using work item templates, see Use templates to add and update work items

For a worked example using templates showing entry of HTML formatted syntax, see Sample work item templates, Add guidance in a rich-text field.

Modify tags in bulk

From the Edit work items dialog, select Tags (Add) or Tags (Remove).

Here we choose to add the Service tag to the selected work items.

Edit work items dialog, Add tags

To add fields or customize a work item form, see Customize your work tracking experience. The method you use depends on the process model that supports your project.

Migrate or change a large number of work items

For large scale, organizational moves, use the REST API calls for Work item batch operations.

At this time, you can't move work items to a different organization or collection. You can only migrate work item information by exporting and then importing them using Excel.

Add multiple values to a field

If you have implemented a custom control that supports multiple values, you can use Excel to bulk edit the field, but you can't modify it using the web portal. In the web portal, you can only select a single value for the field.