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/organizations/notifications/about-notifications.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,5 +138,5 @@ If you're enrolled in the Microsoft Entra profile information preview, your prof
138
138
-[Default and supported notifications](oob-built-in-notifications.md)
139
139
-[Query with group clauses](../../boards/queries/using-queries.md#group-clauses)
140
140
-[FAQs](faq-notifications.yml)
141
-
-[Default permissions and access set for collaboration tools](../../project/wiki/wiki-readme-permissions.md?toc=/azure/devops/organizations/notifications/toc.json&bc=/azure/devops/organizations/notifications/breadcrumb/toc.json)
141
+
-[Default permissions and access set for collaboration tools](../../project/wiki/manage-readme-wiki-permissions.md?toc=/azure/devops/organizations/notifications/toc.json&bc=/azure/devops/organizations/notifications/breadcrumb/toc.json)
142
142
-[Azure DevOps data protection overview](../../organizations/security/data-protection.md?toc=/azure/devops/organizations/notifications/toc.json&bc=/azure/devops/organizations/notifications/breadcrumb/toc.json)
Copy file name to clipboardExpand all lines: docs/project/wiki/manage-readme-wiki-permissions.md
+56-13Lines changed: 56 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,26 +1,25 @@
1
1
---
2
-
title: Manage Permissions for READMEs and Wiki Pages
2
+
title: Manage Permissions for Wikis, READMEs, and Collaboration Tools
3
3
titleSuffix: Azure DevOps
4
-
description: Learn how to set permissions to grant or secure access to README filesand your team project built-in wiki in Azure DevOps.
4
+
description: Learn how to set permissions to grant or secure access to wikis, README files, notifications, and other collaboration tools in Azure DevOps.
5
5
ms.subservice: azure-devops-wiki
6
6
ms.custom: wiki, devdivchpfy22
7
7
ms.topic: concept-article
8
8
ms.author: chcomley
9
9
author: chcomley
10
-
ms.reviewer: gopinach
11
10
ai-usage: ai-assisted
12
11
ms.date: 07/16/2025
13
12
monikerRange: "<=azure-devops"
14
-
#customer intent: As an Azure DevOps administrator, I want to manage permissions for README files and my team project wiki to ensure secure access for users.
13
+
#customer intent: As an Azure DevOps administrator, I want to manage permissions for wikis, README files, and collaboration tools to ensure secure access for users.
This article describes how to set and manage permissions for your team project wiki and project README files. Wiki permissions are managed through the underlying Git repository security settings.
20
+
This article describes how to set and manage permissions for collaboration tools in Azure DevOps, including team project wikis, project README files, notifications, and feedback. These tools help teams collaborate effectively while maintaining appropriate security controls.
22
21
23
-
By default, all members of the Contributors group have permission to read and edit wiki pages. Project Administrators can modify these permissions to control who can read, edit, or manage wiki content.
22
+
Wiki permissions are managed through the underlying Git repository security settings. By default, all members of the Contributors group have permission to read and edit wiki pages. Project Administrators can modify these permissions to control who can read, edit, or manage wiki content.
24
23
25
24
## Prerequisites
26
25
@@ -38,6 +37,32 @@ Wiki permissions are controlled through the underlying Git repository that store
38
37
39
38
Each type uses the same Git repository permission model but might have different repository locations.
40
39
40
+
## Default permissions by role
41
+
42
+
The following table shows default permissions for collaboration tools including wikis, READMEs, notifications, and feedback:
1. Stakeholders can view project READMEs, but not READMEs defined for a repository.
64
+
2. Project Administrators or Team Administrators with contribute permission can publish code as wiki. Project Administrators have this permission by default.
65
+
41
66
## Manage permissions for project wikis
42
67
43
68
Project wikis (provisioned wikis) are stored in a dedicated Git repository. You can manage permissions for these wikis through the repository security settings.
@@ -50,7 +75,7 @@ Project wikis (provisioned wikis) are stored in a dedicated Git repository. You
50
75
51
76
3. Under **Repos**, select **Repositories**.
52
77
53
-
4. Select the wiki repository. For a project wiki, it's typically named `{ProjectName}.wiki`.
78
+
4. Select the wiki repository. A project wiki is typically named `{ProjectName}.wiki`.
54
79
55
80
5. Select the **Security** tab.
56
81
@@ -234,11 +259,29 @@ README files in repositories follow the same permission model as the repository
234
259
235
260
Users need **Read** permission to view README files and **Contribute** permission to edit them.
236
261
262
+
> [!NOTE]
263
+
> Stakeholders can view project READMEs but can't access READMEs defined for specific repositories in private projects.
264
+
265
+
## Related collaboration tools
266
+
267
+
### Notifications and alerts
268
+
269
+
To manage notifications and alerts:
270
+
-**Personal notifications**: See [Manage personal notifications](../../organizations/notifications/manage-your-personal-notifications.md)
271
+
-**Team notifications**: See [Manage team notifications](../../organizations/notifications/manage-team-group-global-organization-notifications.md)
272
+
273
+
> [!NOTE]
274
+
> There are no UI permissions associated with managing notifications. Instead, you can manage them using the [TFSSecurity command line tool](/azure/devops/server/command-line/tfssecurity-cmd#collection-level-permissions).
275
+
276
+
### Feedback permissions
277
+
278
+
For managing feedback permissions, see [Set feedback permissions](/previous-versions/azure/devops/project/feedback/get-feedback).
279
+
237
280
## Related content
238
281
239
282
-[Get started with permissions, access, and security groups](../../organizations/security/about-permissions.md)
0 commit comments