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/boards/get-started/sign-up-invite-teammates.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
@@ -71,7 +71,7 @@ After you sign in, you'll be prompted to create a project. Projects can be publi
71
71
3. (Optional) Expand **Advanced** to choose version control (Git or TFVC) and the work item process (Basic, Agile, Scrum, or CMMI).
72
72
4. Select **Create project** — your project's board appears automatically.
73
73
74
-
For more on project options, see [Create a project using Advanced settings](#advanced-settings) and [What is a public project?](../../organizations/projects/about-projects.md).
74
+
For more on project options, see [Create a project using advanced settings](#advanced-project-options) and [What is a public project?](../../organizations/projects/about-projects.md).
Copy file name to clipboardExpand all lines: docs/organizations/projects/delete-project.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
@@ -32,7 +32,7 @@ If a project becomes obsolete, you can [delete it](#delete-project) from your or
32
32
33
33
| Category | Requirements |
34
34
|--------------|-------------|
35
-
|**Permissions**|- Member of the [Project Collection Administrators group](../security/look-up-project-collection-administrators.md). Organization owners are automatically members of this group.<br>- **Delete team project** permission set to **Allow**. For more information, see [View project-level permissions](../security/view-permissions.md#view-project-level-permissions).|
35
+
|**Permissions**|- Member of the [Project Collection Administrators group](../security/look-up-project-collection-administrators.md). Organization owners are automatically members of this group.<br>- **Delete team project** permission set to **Allow**. For more information, see [View project-level permissions](../security/view-permissions.md#where-to-view-permissions).|
36
36
|**Optional**|[Save project data](#save-project-data) before deleting a project if you want to access project data without restoring it.|
Copy file name to clipboardExpand all lines: docs/organizations/security/view-permissions.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ Effective permissions are computed by evaluating assignments across:
50
50
- Group memberships (built-in groups, custom groups, Microsoft Entra ID groups)
51
51
- Explicit Deny assignments (take precedence)
52
52
53
-
For a deep dive on permission resolution and inheritance, see [About permissions, Permission states](../organizations/security/about-permissions.md).
53
+
For a deep dive on permission resolution and inheritance, see [About permissions, Permission states](about-permissions.md).
54
54
55
55
## Where to view permissions
56
56
@@ -82,9 +82,7 @@ The **Security**/**Permissions** page shows assigned groups and users and a perm
82
82
83
83
## Check effective permissions (command line / REST)
84
84
85
-
If you prefer automation, use the REST API to read ACLs or the Azure DevOps CLI/PowerShell modules to script permission checks. Look up the security namespace for the resource and evaluate ACL bits to compute effective access. See:
- Azure DevOps CLI and extension guidance (see the following related conten
85
+
If you prefer automation, use the REST API to read ACLs or the Azure DevOps CLI/PowerShell modules to script permission checks. Look up the security namespace for the resource and evaluate ACL bits to compute effective access.
88
86
89
87
## Common scenarios and troubleshooting
90
88
@@ -112,7 +110,6 @@ Use the audit logs (Organization settings > Audit logs) to track changes to secu
112
110
-[About permissions and security groups](about-permissions.md)
Copy file name to clipboardExpand all lines: docs/report/dashboards/add-widget-to-dashboard.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ ms.date: 10/25/2024
19
19
Widgets smartly format data to provide access to easily consumable data. You add widgets to your team dashboards to gain visibility into the status and trends occurring as you develop your software project.
20
20
21
21
Each widget provides access to a chart, user-configurable information, or a set of links that open a feature or function.
22
-
You can add one or more charts or widgets to your dashboard. Up to 200 widgets total. You add several widgets at a time simply by selecting each one. See [Manage dashboards](dashboards.md#manage) to determine the permissions you need to add and remove widgets from a dashboard.
22
+
You can add one or more charts or widgets to your dashboard. Up to 200 widgets total. You add several widgets at a time simply by selecting each one.
23
23
24
24
## Prerequisites
25
25
@@ -48,7 +48,7 @@ To add widgets to the dashboard, select :::image type="icon" source="media/icons
48
48
49
49
The [widget catalog](widget-catalog.md) automatically opens. Add all the widgets that you want and drag their tiles into the sequence you want.
50
50
51
-
When you finish your additions, select **Done editing** to exit dashboard editing. The widget catalog closes. You can then [configure the widgets](#configure) as needed.
51
+
When you finish your additions, select **Done editing** to exit dashboard editing. The widget catalog closes. You can then configure the widget as needed.
52
52
53
53
> [!TIP]
54
54
> When you're in dashboard edit mode, you can remove, rearrange, and configure widgets, as well as add new widgets. Once you leave edit mode, the widget tiles remain locked, reducing the chances of accidentally moving a widget.
Copy file name to clipboardExpand all lines: docs/report/dashboards/dashboards.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
@@ -137,7 +137,7 @@ To edit widgets:
137
137
Developers can create custom widgets and automate dashboard operations:
138
138
139
139
- Create or extend widgets using the Dashboard widget extension model: [Add a dashboard widget](../../extend/develop/add-dashboard-widget.md).
140
-
- Manage dashboards programmatically with the [Dashboards REST API](https://learn.microsoft.com/rest/api/azure/devops/dashboard/dashboards?view=azure-devops-rest-7.2).
140
+
- Manage dashboards programmatically with the Dashboards REST API.
0 commit comments