You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/project/wiki/manage-readme-wiki-permissions.md
+21-13Lines changed: 21 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@ ms.author: chcomley
9
9
author: chcomley
10
10
ms.reviewer: gopinach
11
11
ai-usage: ai-assisted
12
-
ms.date: 06/05/2025
12
+
ms.date: 07/02/2025
13
13
monikerRange: "<=azure-devops"
14
-
#cutsomer intent: As an Azure DevOps developer, I want to manage permissions for README files and my team project wiki to ensure secure access for users.
14
+
#customer intent: As an Azure DevOps developer, I want to manage permissions for README files and my team project wiki to ensure secure access for users.
15
15
---
16
16
17
17
# Manage wiki permissions
@@ -26,13 +26,15 @@ By default, all project Contributors have "read" and "edit" access to the Git re
26
26
27
27
1. Sign in to your project (`https://dev.azure.com/<Organization>/<Project>`) in Azure DevOps.
28
28
29
-
1. In the left navigation, select **Wiki** > **More options** :::image type="icon" source="../../media/icons/more-actions.png"::: > **Wiki security**:
29
+
2. Select **Project settings**.
30
30
31
-
:::image type="content" source="media/wiki/wiki-open-security.png" alt-text="Screenshot that shows how to select the Wiki security action for a Wiki in the Azure DevOps web portal.":::
31
+
3. Under **Repos**, select **Repositories**.
32
32
33
-
1. In the **Security for Wiki** dialog, adjust the settings for the various security options.
33
+
4. Select the wiki repository, typically named `<ProjectName>.wiki`.
34
34
35
-
:::image type="content" source="media/wiki/security-dialog.png" alt-text="Screenshot of the Wiki security dialog that shows various security options and their current settings." lightbox="media/wiki/security-dialog.png":::
35
+
5. Select the **Security** tab to manage permissions for the wiki repository.
36
+
37
+
The Security tab displays a list of users and groups with their current permissions. You can modify permissions for existing users/groups.
36
38
37
39
For definitions of each repository permission, see [Git repository (object-level) permissions](../../organizations/security/permissions.md#git-repository-object-level).
38
40
@@ -45,19 +47,24 @@ To grant *Edit* permissions to an individual or group, complete the following st
45
47
46
48
1. Sign in to your project (`https://dev.azure.com/<Organization>/<Project>`) in Azure DevOps.
47
49
48
-
1. In the left navigation, select **Wiki** > **More options** :::image type="icon" source="../../media/icons/more-actions.png"::: > **Wiki security**.
50
+
2. Select **Project settings**.
51
+
52
+
3. Under **Repos**, select **Repositories**.
53
+
54
+
4. Select the wiki repository, typically named `<ProjectName>.wiki`.
49
55
50
-
1. Select **Add**.
56
+
5. Select the **Security** tab.
51
57
52
-
If this button isn't available, check your [permissions](../../organizations/security/about-permissions.md).
58
+
6. In the security permissions list, find the user or group you want to modify, or select a group like **Contributors** to modify permissions for all members of that group.
53
59
54
-
1. Enter the name of the user or group you want to grant permissions to and select the user or group from the search results.
60
+
7. To add a new user, modify permissions for existing groups that the user is already a member of.
55
61
56
-
After you add the user or group, they're listed in the **Wiki security** pane.
62
+
> [!NOTE]
63
+
> The exact method for adding users and groups might vary. If there isn't an option to add users directly in the repository security settings, you might need to add users to existing project groups, like Contributors, through **Project settings** > **General** > **Teams** or **Project settings** > **Permissions**.
57
64
58
-
1. To grant *Edit* permissions, set the **Contribute permission** to **Allow**.
65
+
8. To grant *Edit* permissions, locate the **Contribute** permission and set it to **Allow**.
59
66
60
-
1. Select **Save** to apply your changes.
67
+
9. The changes save automatically.
61
68
62
69
### Other considerations
63
70
@@ -88,6 +95,7 @@ For more information about Stakeholder access, see [About access levels, Stakeho
88
95
89
96
## Related content
90
97
98
+
-[Clone and update wiki content offline](wiki-update-offline.md)
91
99
-[Learn default Git repository and branch permissions](../../organizations/security/default-git-permissions.md)
92
100
-[Get Started with Git](../../repos/git/gitquickstart.md)
93
101
-[Learn about Azure DevOps security](../../organizations/security/about-security-identity.md)
0 commit comments