Skip to content

Commit 6c64326

Browse files
Merge pull request #8188 from GitHubber17/448486-i
Freshness: Azure DevOps - Boards
2 parents fa2b83b + f18cd8f commit 6c64326

36 files changed

+309
-298
lines changed

docs/cli/quick-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ To start using Azure DevOps CLI, see [Get started with Azure DevOps CLI](index.m
9999
- [Delete a team](../organizations/settings/rename-remove-team.md#delete-a-team)
100100
- [List team members](../organizations/security/add-users-team-project.md#list-team-members)
101101
- [List teams](../organizations/settings/add-teams.md#list-teams)
102-
- [Show team details](../organizations/security/add-users-team-project.md#show-details)
102+
- [Show team details](../organizations/security/add-users-team-project.md#show-team-details)
103103
- [Rename a team](../organizations/settings/rename-remove-team.md#rename-a-team)
104104
#### User accounts
105105
- [Add a user](../organizations/accounts/add-organization-users.md#add-users-to-your-organization)

docs/includes/prerequisites-add-users-org.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,15 @@ ms.subservice: azure-devops-security
33
ms.author: chcomley
44
author: chcomley
55
ms.topic: include
6-
ms.date: 01/13/2025
6+
ms.date: 07/31/2025
77
---
88

9-
10-
119
::: moniker range="azure-devops"
1210

1311
| Category | Requirements |
14-
|--------------|-------------|
15-
| **Project access** | Member of a [project](../organizations/projects/create-project.md). |
16-
| **Permissions** | - To add users to or remove users from a team: [Team Administrator](../organizations/settings/add-team-administrator.md) or member of one of the administrative groups. <br> - To add users to or remove users from a project: Member of the [**Project Administrators** group](../organizations/security/change-project-level-permissions.md). <br> - To add users or manage users for an organization: Member of the [**Project Collection Administrators** group](../organizations/security/change-organization-collection-level-permissions.md). Organization owners are automatically members of this group. |
17-
| **Policies** | If your organization is connected to Microsoft Entra ID: Enable the [Allow team and project administrators to invite new users](../organizations/security/restrict-invitations.md) policy for team administrators or members of the Project Administrators group for adding new users. |
12+
|----------|--------------|
13+
| **Project&nbsp;access** | - Member of a [project](../organizations/projects/create-project.md). |
14+
| **Permissions** | - To add users to or remove users from a team: [Team Administrator](../organizations/settings/add-team-administrator.md) or member of one of the administrative groups. <br>- To add users to or remove users from a project: Member of the [**Project Administrators** group](../organizations/security/change-project-level-permissions.md). <br>- To add users or manage users for an organization: Member of the [**Project Collection Administrators** group](../organizations/security/change-organization-collection-level-permissions.md). Organization owners are automatically members of this group. |
15+
| **Policies** | - If your organization is connected to Microsoft Entra ID: Enable the [Allow team and project administrators to invite new users](../organizations/security/restrict-invitations.md) policy for team administrators or members of the Project Administrators group for adding new users. |
1816

1917
::: moniker-end

docs/includes/prerequisites-add-users-server.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ ms.subservice: azure-devops-security
33
ms.author: chcomley
44
author: chcomley
55
ms.topic: include
6-
ms.date: 01/13/2025
6+
ms.date: 07/31/2025
77
---
88

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

1111
| Category | Requirements |
12-
|--------------|-------------|
13-
| **Project membership**| [Project member](../organizations/projects/create-project.md). |
14-
| **Permissions**| - To add users to or remove users from a team: [Team Administrator](../organizations/settings/add-team-administrator.md) or member of one of the administrative groups.<br>- To add users to or remove users from a project: Member of the [**Project Administrators** group](../organizations/security/change-project-level-permissions.md).<br>- To add users or manage users for a server: Member of the [Azure DevOps Administrators group](/azure/devops/server/admin/add-administrator).|
12+
|----------|--------------|
13+
| **Project &nbsp;access**| - Member of a [project](../organizations/projects/create-project.md). |
14+
| **Permissions** | - To add users to or remove users from a team: [Team Administrator](../organizations/settings/add-team-administrator.md) or member of one of the administrative groups. <br>- To add users to or remove users from a project: Member of the [**Project Administrators** group](../organizations/security/change-project-level-permissions.md). <br>- To add users or manage users for a server: Member of the [Azure DevOps Administrators group](/azure/devops/server/admin/add-administrator). |
1515

1616
::: moniker-end

docs/organizations/accounts/add-organization-users.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ You can see all security groups in a project using the [az devops security group
140140
For more information about user access, read [about access levels](../security/access-levels.md).
141141

142142
> [!NOTE]
143-
> You can add people to projects instead of to your organization. Users are automatically assigned [Basic features](https://azure.microsoft.com/pricing/details/devops/azure-devops-services/) if your organization has available access, or [Stakeholder features](https://azure.microsoft.com/pricing/details/devops/azure-devops-services/) if not. For more information, see [Add users to projects](../security/add-users-team-project.md#add-users-to-a-project).
143+
> You can add people to projects instead of to your organization. Users are automatically assigned [Basic features](https://azure.microsoft.com/pricing/details/devops/azure-devops-services/) if your organization has available access, or [Stakeholder features](https://azure.microsoft.com/pricing/details/devops/azure-devops-services/) if not. For more information, see [Add users to projects](../security/add-users-team-project.md#add-project-users).
144144
>
145145
> When a user no longer needs access to your organization, [delete them](delete-organization-users.md) from your organization.
146146

docs/organizations/accounts/organization-management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ If you don't manage your user base with Microsoft Entra ID, as described in the
8383
For more information about adding users to your organization, see the following articles:
8484

8585
* [Add users to your organization](add-organization-users.md)
86-
* [Add users to a team](../security/add-users-team-project.md#add-users-to-a-team)
87-
* [Add users to a project](../security/add-users-team-project.md#add-users-to-a-project)
86+
* [Add users to a team](../security/add-users-team-project.md#add-team-members)
87+
* [Add users to a project](../security/add-users-team-project.md#add-project-users)
8888

8989
<a id="access-azure-ad"></a>
9090

docs/organizations/billing/buy-access-tfs-test-hub.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ For more information about the requirements to access Azure Test Plans, see [Cha
4040

4141
Users get invited to your organization, but aren't required to use Azure DevOps.
4242

43-
3. As the Azure DevOps Server Administrator, [add these same users to Azure DevOps Server](../../organizations/security/add-users-team-project.md#add-users-team-project).
43+
3. As the Azure DevOps Server Administrator, [add these same users to Azure DevOps Server](../../organizations/security/add-users-team-project.md#add-project-users).
4444
4. [Assign access levels for users](../../organizations/security/change-access-levels.md).
4545

4646
::: moniker range=" < azure-devops > azure-devops-2020"
@@ -56,7 +56,7 @@ For more information about the requirements to access Azure Test Plans, see [Cha
5656
> [!NOTE]
5757
> Invited users must sign in to Visual Studio Test Professional with the same credentials that they used to join your organization.
5858
59-
3. As the Azure DevOps Server Administrator, [add these same users](../../organizations/security/add-users-team-project.md#add-users-team-project). Give users [Basic + Test Plans access](../security/change-access-levels.md) so they can use Azure Test Plans.
59+
3. As the Azure DevOps Server Administrator, [add these same users](../../organizations/security/add-users-team-project.md#add-project-users). Give users [Basic + Test Plans access](../security/change-access-levels.md) so they can use Azure Test Plans.
6060

6161
Test Plans installs automatically in Azure DevOps Server.
6262

docs/organizations/projects/create-project.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ There isn't a limit on the number of projects that you can create within a proje
9898
9999
Select one of the following options to continue:
100100

101-
- **Invite**: Add others to your project. See [Add users to a project or team](../security/add-users-team-project.md). You can only invite users who are already in your organization. For more information, see [Add users to a project](../security/add-users-team-project.md#add-users-to-a-project).
101+
- **Invite**: Add others to your project. See [Add users to a project or team](../security/add-users-team-project.md). You can only invite users who are already in your organization. For more information, see [Add users to a project](../security/add-users-team-project.md#add-project-users).
102102
- **Boards**: Add work items. See [View and add work items using the Work Items page](../../boards/work-items/view-add-work-items.md).
103103
- **Repos**: Clone or import a repository or initialize a *README* file for your project summary page. See [Clone an existing Git repo](../../repos/git/clone.md).
104104
- **Pipelines**: Define a pipeline. See [Azure Pipelines documentation](../../pipelines/index.yml).
@@ -135,7 +135,7 @@ There isn't a limit on the number of projects that you can create within a proje
135135
136136
Select one of the following options to continue:
137137

138-
- **Invite**: add others to your project. See [Add users to a project or team](../security/add-users-team-project.md). You can only invite users who are already in your organization. For more information, see [Add users to a project](../security/add-users-team-project.md#add-users-to-a-project).
138+
- **Invite**: add others to your project. See [Add users to a project or team](../security/add-users-team-project.md). You can only invite users who are already in your organization. For more information, see [Add users to a project](../security/add-users-team-project.md#add-project-users).
139139
- **Boards**: add work items. See [View and add work items using the Work Items page](../../boards/work-items/view-add-work-items.md).
140140
- **Repos**: clone or import a repository, or initialize a *README* file for your project summary page. See [Clone an existing Git repo](../../repos/git/clone.md).
141141
- **Pipelines**: define a pipeline. See [Azure Pipelines documentation](../../pipelines/index.yml).

docs/organizations/projects/project-vision-status.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ If your project summary isn't set up yet, a welcome page displays:
7878
7979
Select one of the following tasks to get started:
8080

81-
- **Invite** to begin [adding others to your project](../../organizations/security/add-users-team-project.md). You can only invite users who are [added to your organization](../security/add-users-team-project.md#add-users-to-a-project).
81+
- **Invite** to begin [adding others to your project](../../organizations/security/add-users-team-project.md). You can only invite users who are [added to your organization](../security/add-users-team-project.md#add-project-users).
8282
- **Boards** to begin [adding work items](../../boards/work-items/view-add-work-items.md).
8383
- **Repos** to open [Repos>Files](../../repos/git/clone.md) page where you can clone or import a repository, or [initialize a README file](#initialize-a-readme-file-for-a-git-repo) for your project summary page.
8484
- **Pipelines** to start [defining a pipeline](../../pipelines/index.yml).

0 commit comments

Comments
 (0)