Skip to content

Commit c1c3dff

Browse files
committed
refresh ms.subservice top 10: azure-devops-projects
1 parent 1637913 commit c1c3dff

File tree

12 files changed

+131
-160
lines changed

12 files changed

+131
-160
lines changed
Loading

docs/index.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ brand: azure
66

77
metadata:
88
title: Azure DevOps documentation
9-
description: Collaborate on software development through source control, work tracking, and continuous integration and delivery, both on-premises and in the cloud!
9+
description: Collaborate on software development with source control, work tracking, and continuous integration and delivery, both on-premises and in the cloud!
1010
ms.topic: hub-page
1111
ms.subservice: azure-devops-projects
1212
ms.author: chcomley
1313
author: chcomley
14-
ms.date: 09/17/2022
14+
ms.date: 03/11/2025
1515

1616
# highlightedContent section (optional)
1717
# Maximum of 8 items
@@ -47,7 +47,7 @@ highlightedContent:
4747
itemType: how-to-guide
4848
url: ./organizations/projects/connect-to-projects.md
4949
# Card
50-
- title: Authenticate with Azure DevOps
50+
- title: Secure access to Azure DevOps
5151
itemType: how-to-guide
5252
url: ./integrate/get-started/authentication/authentication-guidance.md
5353
# productDirectory section (optional)

docs/media/icons/filter-icon.png

47 Bytes
Loading

docs/organizations/projects/about-projects.md

+59-65
Large diffs are not rendered by default.

docs/organizations/projects/create-project.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ ms.topic: how-to
99
ms.author: chcomley
1010
author: chcomley
1111
monikerRange: '>= azure-devops-2019'
12-
ms.date: 12/17/2024
12+
ms.date: 03/11/2025
1313
---
1414

1515

1616
# Create a project in Azure DevOps
1717

1818
[!INCLUDE [version-gt-eq-2019](../../includes/version-gt-eq-2019.md)]
1919

20-
Create an Azure DevOps project to establish a repository for source code and to plan and track work. You can manage and structure your project to support your business needs. Each project provides boundaries to isolate data from other projects. For more information, see [About projects and scaling your organization](about-projects.md).
20+
Create an Azure DevOps project to set up a source code repository and organize your work. You can tailor and manage your project to meet your business requirements. Each project isolates its data from other projects. For more information, see [About projects and scaling your organization](about-projects.md).
2121

2222
[!INCLUDE [version-selector](../../includes/version-selector.md)]
2323

@@ -49,7 +49,7 @@ Create an Azure DevOps project to establish a repository for source code and to
4949
::: moniker range="azure-devops"
5050

5151
> [!IMPORTANT]
52-
> To create a public project or [make a private project public](../projects/make-project-public.md), enable additional policy settings to work with public projects, and then return to this article to create your project.
52+
> To create a public project or [make a private project public](../projects/make-project-public.md), enable other policy settings to work with public projects, and then return to this article to create your project.
5353
5454
::: moniker-end
5555

@@ -111,7 +111,7 @@ There isn't a limit on the number of projects that you can create within a proje
111111

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

114-
1. Sign in to your DevOps Server collection (```https://<your-devops-server>/<your-organization>```).
114+
1. Sign in to your collection (```https://<your-devops-server>/<your-collection>```).
115115

116116
2. Select **New project**. You can also [create a project from a process](../settings/work/manage-process.md).
117117

docs/organizations/projects/delete-project.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ ms.topic: conceptual
99
ms.author: chcomley
1010
author: chcomley
1111
monikerRange: '>= azure-devops-2019'
12-
ms.date: 09/13/2024
12+
ms.date: 03/11/2025
1313
---
1414

1515
# Delete a project
1616

1717
[!INCLUDE [version-gt-eq-2019](../../includes/version-gt-eq-2019.md)]
1818

19-
If a project becomes obsolete, you can [delete it](#delete-project) from your organization or collection in Azure DevOps. Likewise, if you're migrating from an on-premises Azure DevOps Server to Azure DevOps Services, it might be necessary to delete the project. The removal of projects can also enhance navigation by restricting it to only those projects that are currently in use.
19+
If a project becomes obsolete, you can [delete it](#delete-project) from your organization or collection in Azure DevOps. If you're migrating from an on-premises Azure DevOps Server to Azure DevOps Services, you might also need to delete the project. Removing unused projects can enhance navigation by limiting it to only those projects that are currently in use.
2020

2121
> [!CAUTION]
2222
> - Soft-deleted projects from the web portal are permanently removed if not restored within 28 days.
2323
> - In rare cases, our deletion process might take up to 70 days due to backend retries and the need to delete data from multiple sources.
24-
> - Hard-deleted projects from the on-premises Azure DevOps Administration Console cannot be restored.
24+
> - Hard-deleted projects from the on-premises Azure DevOps Administration Console can't be restored.
2525
> For more information, see [Restore a project](#restore-a-deleted-project) and [Save project data](#save-project-data).
2626
2727
## Prerequisites
@@ -175,7 +175,7 @@ If you inadvertently delete a project in Azure DevOps, you can restore it within
175175

176176
::: moniker range="azure-devops"
177177

178-
1. Sign in to your organization (```https://dev.azure.com/{yourorganization}```).
178+
1. Sign in to your organization (```https://dev.azure.com/{Your_Organization}```).
179179
2. Select ![gear icon](../../media/icons/gear-icon.png) **Organization settings**.
180180

181181
![Screenshot showing the gear icon, Organization settings.](../../media/settings/open-admin-settings-vert.png)
@@ -207,14 +207,14 @@ If you inadvertently delete a project in Azure DevOps, you can restore it within
207207
::: moniker range="azure-devops-2019"
208208

209209
> [!NOTE]
210-
> The UI doesn't support restoring a team project for Azure DevOps Server 2019. Use the following REST API or PowerShell methods to restore a deleted team project. For more information, see [Projects-Update REST API](/rest/api/azure/devops/core/projects/update).
210+
> The UI doesn't support restoring a team project for Azure DevOps Server 2019. Use the following REST API or PowerShell methods to restore a deleted team project. For more information, see [Projects-Update REST API](/rest/api/azure/devops/core/projects/update).
211211
212212
::: moniker-end
213213

214214
### Restore project with REST API
215215

216216
> [!WARNING]
217-
> To restore a project with a name that's already taken, you must rename the project before you can restore it. To rename the project, enter the following text in the request body: `"name":"new name"`
217+
> To restore a project with an existing name, rename the project first. To rename the project, enter the following text in the request body: `"name":"new name"`.
218218
219219
1. Open a browser window and enter a URL that uses the following form:
220220

docs/project/index.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
ms.topic: landing-page
1212
author: chcomley
1313
ms.author: chcomley
14-
ms.date: 07/03/2023
14+
ms.date: 03/11/2025
1515

1616
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
1717

@@ -25,7 +25,7 @@ landingContent:
2525
links:
2626
- text: Navigate the web portal
2727
url: ./navigation/index.md
28-
- text: Get started with Search
28+
- text: Search Azure DevOps
2929
url: ./search/get-started-search.md
3030
- linkListType: how-to-guide
3131
links:
@@ -37,7 +37,7 @@ landingContent:
3737
url: ../organizations/settings/set-your-preferences.md?toc=/azure/devops/project/toc.json
3838
- text: Connect to a project
3939
url: ../organizations/projects/connect-to-projects.md?toc=/azure/devops/project/toc.json
40-
- title: Add and manage wikis
40+
- title: Manage wikis
4141
linkLists:
4242
- linkListType: overview
4343
links:
@@ -65,7 +65,7 @@ landingContent:
6565
linkLists:
6666
- linkListType: overview
6767
links:
68-
- text: Search across all your code, wiki, packages and work items
68+
- text: Search across all your code, wiki, packages, and work items
6969
url: ./search/get-started-search.md
7070
- linkListType: how-to-guide
7171
links:

docs/project/navigation/filter-basics.md

+10-15
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,15 @@ ms.author: chcomley
88
author: chcomley
99
ms.topic: how-to
1010
monikerRange: '<= azure-devops'
11-
ms.date: 04/04/2022
11+
ms.date: 03/11/2025
1212
---
13-
1413

1514

1615
# Filter lists, boards, and directories
1716

1817
[!INCLUDE [version-lt-eq-azure-devops](../../includes/version-lt-eq-azure-devops.md)]
1918

20-
Several applications and pages in Azure DevOps support filtering, which is particularly useful when dealing with a large number of artifacts or items. Most directory views offer one or more filter functions to help you quickly find what you're looking for.
19+
Several applications and pages in Azure DevOps support filtering, which is useful when dealing with a large number of artifacts or items. Most directory views offer one or more filter functions to help you quickly find what you're looking for.
2120

2221
You can filter most items using keywords or a user name, either for the author of an item or where work is assigned to them. Filtering can be applied to lists and boards in the following areas:
2322

@@ -30,28 +29,26 @@ You can filter most items using keywords or a user name, either for the author o
3029
3130
## Prerequisites
3231

33-
- **Access**:
34-
- Member of the project where you want to apply filters. If you don't have access, request it from your project administrator.
35-
- At least **Basic** access to use filtering features. Users with Stakeholder access may have limited filtering capabilities.
36-
- **Permissions**: Necessary permissions to view and interact with the items that you want to filter. This typically includes being a member of the Contributors group or having similar permissions.
32+
| Category | Requirements |
33+
|--------------|-------------|
34+
|**Permissions**|Member of the **Contributors** group or similar permissions. |
35+
|**Access**| - Member of the project where you want to apply filters. If you don't have access, request it from your project administrator.</br>- At least **Basic** access to use filtering features. Users with Stakeholder access might experience limited filtering capabilities.|
3736

3837
<a id="filter"></a>
3938

4039
## Filter based on keywords, tags, or fields
4140

4241
To turn on filtering, choose the :::image type="icon" source="../../media/icons/filter-icon.png" border="false"::: filter icon.
4342

44-
You can filter work items by entering a keyword or using one or more of the fields provided, such as work item type, assigned to, state, and tags. Based on the keyword that you enter, the filter function lists work items based on any visible/displayed column or field, including tags. Also, you can enter a value for an ID, whether or not the ID field is visible.
43+
You can filter work items by entering a keyword or using fields like work item type, assigned to, state, and tags. The filter lists work items based on any visible column or field, including tags. You can also enter an ID value, regardless of the visibility of the ID field.
4544

46-
![Backlogs, turn filtering on](../../boards/backlogs/media/filter-backlogs-options.png)
45+
![Screenshot showing Backlogs and highlighted filter icon.](../../boards/backlogs/media/filter-backlogs-options.png)
4746

4847
The filtered set is always a flat list, even if you selected to show parents.
4948

5049
### Characters ignored by keyword filter criteria
5150

52-
The filter criteria ignore the following characters: `,` (comma), `.` (period), `/` (forward slash), and `\` (back slash).
53-
54-
::: moniker range=">= azure-devops-2019"
51+
The filter criteria ignore the following characters: `,` (comma), `.` (period), `/` (forward slash), and `\` (back slash).
5552

5653
## Filter directories
5754

@@ -60,9 +57,7 @@ Choose the :::image type="icon" source="../../media/icons/filter-icon.png" borde
6057
For example, here we turn on filtering for the dashboard directory.
6158

6259
> [!div class="mx-imgBorder"]
63-
> ![Filter the dashboard directory](../../report/dashboards/media/dashboards/filter-directory.png)
64-
65-
::: moniker-end
60+
> ![Screenshot shows highlighted Filter icon in the dashboard directory.](../../report/dashboards/media/dashboards/filter-directory.png)
6661
6762
## Related articles
6863
- [Commit history](../../repos/git/commit-history.md)

docs/project/navigation/index.md

+21-40
Original file line numberDiff line numberDiff line change
@@ -8,69 +8,50 @@ ms.author: chcomley
88
author: chcomley
99
ms.topic: overview
1010
monikerRange: '<= azure-devops'
11-
ms.date: 01/08/2024
11+
ms.date: 03/11/2025
1212
---
1313

14-
# Navigate the web portal in Azure DevOps
14+
# Navigate the Azure DevOps web portal
1515

1616
[!INCLUDE [version-lt-eq-azure-devops](../../includes/version-lt-eq-azure-devops.md)]
1717

1818
::: moniker range="azure-devops"
1919

20-
The web portal for Azure DevOps is organized around a set of services and administrative pages and several task specific features, such as the search box. The service labels differ depending on whether you work from Azure DevOps Services or Azure DevOps on premises and its version.
20+
The Azure DevOps web portal is organized into various services, administrative pages, and task-specific features like the search box. Service labels vary depending on whether you’re using Azure DevOps Services or an on-premises version.
2121

2222
[!INCLUDE [temp](../../includes/version-selector.md)]
2323

24-
Each service provides you with one or more pages, which support many features and functional tasks. Within a page, you might then have a choice of options to select a specific artifact or add an artifact.
24+
Each service offers multiple pages with numerous features and functional tasks. Within each page, you can choose options to select or add specific artifacts.
2525

2626
::: moniker-end
2727

2828
::: moniker range="azure-devops-2019"
2929

30-
The web portal for Azure DevOps Server is organized around a set of services&mdash;such as, **Overview**, **Boards**, **Repos**, **Pipelines**, **Test Plans**, and **Artifacts—as well as administrative pages and several task-specific features such as the search box. Each service provides you with one or more pages that support many features and functional tasks. Within a page, you might then have a choice of options to select a specific artifact or add an artifact.
31-
32-
Each service provides you with one or more pages that support many features and functional tasks. Within a page, you might then have a choice of options to select a specific artifact or add an artifact.
33-
34-
::: moniker-end
35-
36-
37-
38-
39-
Here's what you need to know to get up and running using the web portal.
40-
41-
::: moniker range=">= azure-devops-2019"
42-
- [**Open a service, page, or settings**](go-to-service-page.md): use to switch to a different [service or functional area](../../user-guide/services.md)
43-
- [**Add an artifact or team**](add-artifact-team.md): use to quickly add a work item, Git repo, build or release pipelines, or a new team
44-
- [**Open another project or repo**](work-across-projects.md): use to switch to a different project or access work items and pull requests defined in different projects, or your favorite items
45-
- [**Open team artifacts, use breadcrumbs, selectors and directories**](use-breadcrumbs-selectors.md): use to navigate within a service, to open other artifacts, or return to a root function
46-
- [**Work with favorites**](set-favorites.md): favorite artifacts to support quick navigation
47-
- [**Search box**](../search/get-started-search.md): use to find code, work items, or wiki content
48-
- [**Your profile menu**](../../organizations/settings/set-your-preferences.md?toc=/azure/devops/project/navigation/toc.json&bc=/azure/devops/project/navigation/breadcrumb/toc.json): use to set personal preferences, notifications, and enable preview features
49-
- [**Settings**](../../organizations/settings/about-settings.md#project-administrator-role-and-managing-projects): use to add teams, manage security, and configure other project and organization level resources.
30+
The Azure DevOps Server web portal is organized into several services, including **Overview**, **Boards**, **Repos**, **Pipelines**, **Test Plans**, and **Artifacts**. It also includes administrative pages and task-specific features like the search box. Each service offers multiple pages with various features and functional tasks. Within each page, you can choose options to select or add specific artifacts.
5031

5132
::: moniker-end
5233

34+
## Key features and navigation
5335

36+
Here's what you need to know to start using the web portal effectively.
5437

38+
- [**Open a service, page, or settings**](go-to-service-page.md): Use to switch to a different [service or functional area](../../user-guide/services.md)
39+
- [**Add an artifact or team**](add-artifact-team.md): Use to quickly add a work item, Git repo, build or release pipelines, or a new team
40+
- [**Open another project or repo**](work-across-projects.md): Use to switch to a different project or access work items and pull requests defined in different projects, or your favorite items
41+
- [**Open team artifacts, use breadcrumbs, selectors and directories**](use-breadcrumbs-selectors.md): Use to navigate within a service, open other artifacts, or return to a root function
42+
- [**Work with favorites**](set-favorites.md): Mark your favorite artifacts for quick navigation
43+
- [**Search box**](../search/get-started-search.md): Use to find code, work items, or wiki content
44+
- [**Your profile menu**](../../organizations/settings/set-your-preferences.md?toc=/azure/devops/project/navigation/toc.json&bc=/azure/devops/project/navigation/breadcrumb/toc.json): Use to set personal preferences, notifications, and enable preview features
45+
- [**Settings**](../../organizations/settings/about-settings.md#project-administrator-role-and-managing-projects): Use to add teams, manage security, and configure other project and organization level resources.
5546

56-
::: moniker range=">= azure-devops-2019"
5747
> [!NOTE]
58-
> Only those services that are enabled will appear in the user interface. For example, if **Boards** is disabled, then **Boards** or **Work** and all pages associated with that service won't appear. To enable or disable a service, see [Turn an Azure DevOps service on or off](../../organizations/settings/set-services.md).
59-
::: moniker-end
60-
61-
62-
::: moniker range=">= azure-devops-2019"
63-
You select services—such as **Boards**, **Repos**, and **Pipelines**—from the sidebar and pages within those services.
64-
65-
![Vertical sidebar](media/gif-images/vertical-nav.gif)
66-
67-
::: moniker-end
68-
69-
48+
> Only enabled services are visible 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](../../organizations/settings/set-services.md).
7049
50+
Select services—such as **Boards**, **Repos**, and **Pipelines**—from the sidebar and pages within those services.
7151

52+
![Screenshot shows vertical sidebar.](media/gif-images/vertical-nav.gif)
7253

73-
Now that you have an understanding of how the user interface is structured, it's time to get started using it. As you can see, there are numerous features and functionality.
54+
Now that you understand the user interface structure, its time to start using it. You can find a wide range of features and functionalities to explore.
7455

7556
If all you need is a code repository and bug tracking solution, then start with [Get started with Git](../../repos/git/gitquickstart.md) and [Manage bugs](../../boards/backlogs/manage-bugs.md).
7657

@@ -138,8 +119,8 @@ Although you can access source code, work items, and builds from both clients, s
138119

139120
[!INCLUDE [temp](../../repos/git/includes/note-new-git-tool.md)]
140121

141-
## Resources
122+
## Related articles
142123

143124
- [Manage projects](../../organizations/projects/about-projects.md)
144-
- [Project & organization settings](../../organizations/settings/about-settings.md#project-administrator-role-and-managing-projects)
125+
- [Manage settings for projects and organizations](../../organizations/settings/about-settings.md#project-administrator-role-and-managing-projects)
145126

0 commit comments

Comments
 (0)