Skip to content

Latest commit

 

History

History
140 lines (78 loc) · 5.27 KB

add-artifact-team.md

File metadata and controls

140 lines (78 loc) · 5.27 KB
title titleSuffix description ms.custom ms.subservice ms.author author ms.topic monikerRange ms.date
Add artifact or team
Azure DevOps
How to add a new artifact, view, or team within the web portal in Azure DevOps
navigation
azure-devops-projects
chcomley
chcomley
how-to
<= azure-devops
04/04/2022

Add an artifact or team artifacts

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

Select the service of interest to get started adding new artifacts or objects. For example, to add work items, choose Boards or Work. Some artifacts—such as a product backlog, board, portfolio backlogs—are added when you add a team.

Prior to adding an artifact, make sure that you've selected the project and repository that you want to work in.

Add work items, queries, or other work tracking artifacts

You can quickly add a query or work item when working from a Boards or Work page.

::: moniker range=">= azure-devops-2019"

Choose a Boards page—such as Work Items, Boards, or Backlogs. Then choose the :::image type="icon" source="../../media/icons/blue-add.png" border="false"::: plus icon and select from the menu of options.

[!div class="mx-imgBorder"] Work, add artifact

::: moniker-end

To add other work tracking artifacts, see one of the following articles:

Add a pull request or Git repository

You can quickly add a pull request, Git repository, or work item using the Add menu when working from Code.

::: moniker range=">= azure-devops-2019"

Expand the Repos service and choose Files, Commits, or Pull Requests (Git repos) or Files, Changesets, or Shelvesets (TFVC). Then, choose the :::image type="icon" source="../../media/icons/blue-add.png" border="false"::: plus icon and select from the menu of options.

[!div class="mx-imgBorder"] Add artifact

For details on adding a Git repository, see Git repository.

::: moniker-end

Note that you can only add one TFVC repository per project, but an unlimited number of Git repositories. To learn more about Git artifacts, see one of the following articles:

Add build and release pipelines

::: moniker range=">= azure-devops-2019"

Expand Pipelines and choose Builds or Releases. Then choose the :::image type="icon" source="../../media/icons/blue-add.png" border="false"::: plus icon and select from the menu of options.

[!div class="mx-imgBorder"] Add build and release pipelines.

::: moniker-end

To learn more about adding other pipeline related artifacts, see the following articles:

Add a team

Agile tools and dashboards are typically associated with teams. You add teams to a project. To learn more about teams, see About teams and Agile tools. To add a team, see Add a team and team members.

View teams already defined

::: moniker range=">= azure-devops-2019"

To view the set of defined teams, open Project settings, and choose Overview.

[!div class="mx-imgBorder"]
Web portal, Project Settings, Teams

::: moniker-end

Add a dashboard

::: moniker range=">= azure-devops-2020" Dashboards are associated with a team or a project. Each team can create and configure a number of dashboards. And, any team member can create one or more project dashboards. To learn how, see Add a dashboard. ::: moniker-end

::: moniker range="=azure-devops-2019" Dashboards are associated with a team. Each team can create and configure a number of dashboards. To learn how, see Add a dashboard. ::: moniker-end

Add a wiki

If you don't have a wiki yet, you can add one. Once added, you can add and update pages to that wiki.

::: moniker range=">= azure-devops-2019"

::: moniker-end

Related articles