About teams and Agile tools

Azure DevOps Services | Azure DevOps Server 2022 - Azure DevOps Server 2019

Learn how you can structure and use your teams and Agile tools to support your growing organization. When your team grows beyond its intended size—typically anywhere from 6 to 9 members—you might consider moving from a one team structure to a two-team structure. You can then set up a hierarchical team structure, which provides several advantages to managers for tracking progress across teams. For the step-by-step procedure to add a team, see Add another team.

Depending on the size of your organization and your tracking needs, you can set up a team structure similar to the following image shown. Do so by defining teams and their associated area path(s).

Each team has its own view of the work

The following scenarios apply:

  • each feature team can be associated with a single feature area path—such as Customer Profile, Shopping Cart, Email—or several area paths
  • each management team, which focuses on a set of features, can choose several area paths to monitor
  • each feature team has its distinct backlog to plan, determine priority, and track work
  • portfolio or product owners can create their idea, road map, and goals for each release, monitor progress across their portfolio of projects, and manage risks and dependencies. For more information, see Portfolio management

About area paths, feature teams, and management teams

Area paths serve the following purposes in Azure Boards:

  1. Filter the work items that appear on a team backlog or board.
  2. Apply additional filtering to the work items that appear on a backlog or board, for details, see Interactively filter backlogs, boards, queries, and plans.
  3. Group work that shares some relationship, such as belonging to the same product, feature, or other work-level grouping.
  4. Restrict access to work by setting permissions. Permissions can be set for security groups to restrict modification of work items based on area path.

Teams make their selections as follows:

  • Feature teams can choose one or more area paths to specify which work items will appear on their backlogs and boards.
  • Management teams typically choose all area paths that their feature teams work on.
  • Additionally, management teams may only focus on Features and Epics, while Feature teams may focus only on product backlog items such as User Stories (Agile), Product Backlog Items (Scrum), and Requirements (CMMI).

Note

Teams can be assigned a maximum of 300 Area Paths. To learn more, see Work tracking, process, and project limits.

For steps to define area paths and assign them to a team, see Define area paths and assign to a team.

The default team

Each new project is configured with a default team with the project name. For example, the Fabrikam project is automatically configured with the Fabrikam team.

Backlogs, boards, and dashboards are automatically configured for this default team so that you can start defining work items and your backlog.

You can rename the default team and reassign a new team as the default.

Each team gets their own set of tools

Each team you create gets access to a suite of Agile tools and team assets. These tools let teams work autonomously and collaborate with other teams across the enterprise. Each team can configure and customize each tool to support how they work.

Agile tools, team assets

Note

In addition to team dashboards, you can add a project dashboard, which isn't specific to any one team. For more information, see Add, rename, and delete dashboards.

These tools automatically filter the set of work items they display by referencing the following items:

  • default area path
  • iteration path
  • selected sprints

For more information about each tool and the configuration settings for each tool, see the following corresponding articles.

Area

Tool

Team configuration tasks

Backlogs

Sprints and Scrum

Kanban boards

Widgets

Other tools

Not applicable

Many of these tools are built from system queries that reference the team area path. For instance, a team's default area path filters the work items that appear on a team's backlog. Work items created using an Agile tool auto-assign the areas and iterations based on team defaults.

Team defaults referenced by backlogs and boards

What work items appear on team backlogs and boards? When you add work items to a backlog or board, how are team defaults used to assign field values?

Teams are associated with one or more Area Paths and Iteration Paths. These paths determine what items appear on their backlogs and boards.

When you define a team, you define the team's:

  • Selected Area Path(s)
  • Default Area Path
  • Selected Iteration Path(s)
  • Backlog Iteration Path
  • Default Iteration Path

All Agile tools reference the Area Path(s) defined for a team. The set of work items that appear on a backlog or board depend on the current State of a work item or its parent-child status.

Several tools also reference the team's default and selected Iteration Path or sprints. When you add a new work item from a team's backlog or Kanban board, the system assigns the team's Default Area Path and Default Iteration Path to it.

Note

New work items added through the Work Items page or the New Work Items widget on a team dashboard don't reference the Default Iteration Path assigned to the team. Instead, new work items are assigned the last Iteration Path selected by the user. New work items added through a team's Sprints backlog or taskboard are always assigned the Iteration Path associated with the selected sprint backlog or taskboard.

Agile tool

Area path (see note 1)

Iteration path

State


Portfolio or product backlogs

Selected area path(s)

Equal to or under team's backlog iteration path

Active (corresponds to a Proposed or InProgress state category, see notes 2, 3)

Kanban boards (see note 4)

Selected area path(s)

Equal to or under team's backlog iteration path

Any state (see notes 3, 5)

Sprint backlogs (see note 4)

Selected area path(s)

Team's selected iteration paths

Any state (see notes 3, 5)

Task boards (see note 4)

Selected area path(s)

Team's selected iteration paths

Any state (see notes 3, 5)

New work item widget

Default area path

Default iteration path

n/a

Note

  1. Agile tools filter items based on the team's selected area path(s). Teams can choose whether to include or exclude items assigned to subarea paths.
  2. Work items whose State equals Closed, Done, or Removed (corresponding to a Completed category state) don't appear on portfolio and product backlogs.
  3. You can add custom workflow states and assign them to one of three state categories. The state categories"> determine which work items appear on backlog and board views.
  4. Kanban boards, sprint backlogs, and taskboards only show the last node in a hierarchy, called the leaf node. For example, if you link items within a hierarchy that is four levels deep, only the items at the fourth level appear on the Kanban board, sprint backlog, and task board. To learn more, see parent-child links between items.
  5. Work items whose State equals Removed don't appear on boards.

Structure hierarchical teams or scale agility within an enterprise

Although there's no concept of subteams, you can create teams whose area paths are under another team, which effectively creates a hierarchy of teams. To learn more, see Add another team.

Also, the following articles walk you through the steps for configuring teams, area paths, and iterations to support portfolio management or enterprise organizations:

Team groups

When you add a team, a security group is automatically created with the team name. You can use this group to filter queries. The name of team groups follows the pattern [Project Name]\Team Name. For example, the following query finds work assigned to members of the [Fabrikam Fiber]\Email team group.

Web portal, Queries page, Query that uses In Group operator and team group name

You can also use the @mention control within discussions and pull requests to notify all members of a team. Start entering the name of a team or a security group, select the search icon, and then select from the options listed. To learn more, see Use @mentions to further discussion.

Work on more than one team

Can a user account belong to more than one team?

Yes. You can add user accounts as members of the project or to one or more teams added to the project. If you work on two or more Scrum teams, make sure you specify your sprint capacity for each team you work on.

Team member permissions

By default, team members inherit the permissions afforded to members of the project Contributors group. Members of this group can add and modify source code, create and delete test runs, and create and modify work items. Team members can collaborate on a Git project or check in work to the team's code base.

Default permissions assigned to team contributors

Limit access to select features by making a user a Stakeholder or limiting their access to read-only. For more information, see Set permissions and access for work tracking.

Summary