Skip to content

Latest commit

 

History

History
118 lines (64 loc) · 6.11 KB

go-to-service-page.md

File metadata and controls

118 lines (64 loc) · 6.11 KB
title titleSuffix description ms.custom ms.subservice ms.author author ms.topic monikerRange ms.date
Navigate to an application or functional area
Azure DevOps
Access the application area or change your view
navigation, cross-project, cross-service
azure-devops-projects
chcomley
chcomley
how-to
<= azure-devops
06/23/2024

Open a service, page, or settings

[!INCLUDE version-lt-eq-azure-devops]

The web portal for Azure DevOps provides support for software development teams to collaborate through the planning, development, and release cycles. You can manage source code, plan and track work, define builds, run tests, and manage releases.

::: moniker range="azure-devops"

This article shows you how to navigate to functional and administrative tasks available from the web portal. There are three levels of administrative tasks: team, project, and organization.

::: moniker-end

::: moniker range="< azure-devops"

This article shows you how to navigate to functional and administrative tasks available from the web portal. There are four levels of administrative tasks: team, project, collection, and server.

::: moniker-end

Prerequisites

[!INCLUDE prerequisites-pca-only]

Open a service or functional task page

Services support getting work done—managing code, planning and tracking work, defining and managing pipelines, creating and running tests, and so on.

Note

Only those services that are enabled appear in the user interface. For example, if Boards is disabled, then Boards or Work and all pages associated with that service don't appear. To enable or disable a service, see Turn an Azure DevOps service on or off.

You open a service by choosing the service from the sidebar and then selecting from the available pages.

For example, here we select Boards > Backlogs.

:::image type="content" source="media/go-to-app/work-backlogs-selection.gif" alt-text="Screenshot of Boards -> Backlogs.":::

Within the page you might select a specific view or artifact, such as a team backlog or choose another page.

Open team settings

Select configurations are made to teams through the team settings pages. For an overview of all team settings, see About user, team, project, and organization-level settings.

  1. Choose Project settings.

    :::image type="content" source="../../media/settings/open-project-settings-vert-brn.png" alt-text="Screenshot of project settings selection.":::

  2. Expand Boards and choose Team configuration.

    :::image type="content" source="media/go-to-app/team-configurations-new-nav.png" alt-text="Screenshot of team configuration selection.":::

  3. Choose one of the pages General, Iterations, Areas, or Templates to configure settings for the team. For more information, see Manage teams.

  4. If you need to switch to a different team, use the team selector within the breadcrumbs.

    :::image type="content" source="../../organizations/settings/media/team-defaults/select-team-context.png" alt-text="Screenshot of team selector.":::

  5. To add a team administrator, add team members, or change the team profile, choose Teams from the vertical sidebar, and then choose the name of the team you want to configure.

Open project settings

Administrators configure resources for a project and manage project-level permissions from the Project settings pages. Tasks performed in this context can impact the project and team functions. For an overview of all project settings, see Project administrator role and managing projects.

  1. Choose Project Settings.

    :::image type="content" source="../../media/settings/open-project-settings-vert-brn.png" alt-text="Screenshot of project settings selection.":::

  2. From there, you can choose a page from the list. Settings are organized based on the service they support, such as Boards, Pipelines, Repos, and Test.

::: moniker range="azure-devops"

Open Organization settings

Organization owners and members of the Project Collection Administrators group configure resources for all projects or the entire organization, including adding users, from the Organization settings pages. This includes managing permissions at the organization-level. For an overview of all organization settings, see Project collection administrator role and managing collections of projects.

From there, you can choose a page from the list of settings. Settings are organized based on the service they support, such as Boards, Repos, Pipelines, and Artifacts.

::: moniker-end

::: moniker range="< azure-devops"

Open Collection settings

Members of the Project Collection Administrators group configure resources for all projects or the entire project collection from the Collection settings pages. This includes managing permissions at the collection-level. For an overview of all collection-level settings, see Project collection administrator role and managing collections of projects.

  1. Choose the :::image type="icon" source="../../media/icons/project-icon.png" border="false"::: Azure DevOps logo to open Projects. Then choose Admin settings.

    :::image type="content" source="../../media/settings/open-admin-settings-vert.png" alt-text="Screenshot of organization settings selection.":::

  2. From there, you can choose a page from the list of settings. Settings are organized based on the service they support, such as Boards, Repos, and Pipelines.

::: moniker-end

Related articles