Skip to content

Commit

Permalink
Merged main into live
Browse files Browse the repository at this point in the history
  • Loading branch information
mijacobs committed Sep 6, 2024
2 parents effe1bd + 20137bc commit 13d7a08
Show file tree
Hide file tree
Showing 7 changed files with 65 additions and 46 deletions.
13 changes: 11 additions & 2 deletions docs/organizations/notifications/includes/opt-out-notification.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ms.date: 06/22/2023

## Unsubscribe or opt out of a team or out-of-box (OOB) notification subscription

You can choose to not receive notifications for certain team notification subscriptions by opting out.
You can opt out of receiving notifications for specific team notification subscriptions.

::: moniker range="azure-devops"

Expand All @@ -32,4 +32,13 @@ To unsubscribe from any notification, slide the state **On/Off** indicator to th
::: moniker-end

> [!NOTE]
> Whether or not you're an administrator, when you move the toggle for a shared team notification subscription in your settings only impacts you and not other team members.
> Whether you're an administrator or not, toggling for a shared team notification subscription in your settings only affects your notifications, not those of other team members.
## Disable work item notifications for a project

To override organization settings and disable all work item notifications for a project in Azure DevOps, do the following steps:

1. Sign in to your project (`https://dev.azure.com/{Your_Organization/Your_Project}`).
2. Select **Project settings** > **Notifications**.
3. Highlight the Work notification and select :::image type="icon" source="../../../media/icons/gear_icon.png" border="false"::: **Delivery settings**.
4. Choose **Do not deliver** and **Save**.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Manage notifications for a team, project, organization or collection
title: Manage notifications for a team, project, organization, or collection
titleSuffix: Azure DevOps
description: Learn how to configure team, project, and organization/collection notifications for when changes occur to source code, git, work items, and builds in Azure DevOps.
ms.subservice: azure-devops-notifications
Expand All @@ -8,7 +8,7 @@ ms.custom: cross-project
ms.author: chcomley
author: chcomley
ms.topic: how-to
ms.date: 04/24/2023
ms.date: 09/05/2024
monikerRange: '<= azure-devops'
---

Expand Down Expand Up @@ -175,14 +175,12 @@ Choose to allow or block delivery of emails for all subscriptions owned by a tea
::: moniker-end



[!INCLUDE [opt-out-notification](includes/opt-out-notification.md)]

## Related articles

- [Manage personal notification settings](manage-your-personal-notifications.md)
- [Set your preferences](../../organizations/settings/set-your-preferences.md)
- [Default and supported notifications](oob-built-in-notifications.md)
- [Follow a specific work item](../../boards/work-items/follow-work-items.md)
- [Manage your personal notification settings](manage-your-personal-notifications.md)
- [Set your notification preferences](../../organizations/settings/set-your-preferences.md)
- [Review default and supported notifications](oob-built-in-notifications.md)
- [Follow a specific work item](../../boards/work-items/follow-work-items.md)
- [Change your preferred email address](change-email-address.md)
21 changes: 12 additions & 9 deletions docs/organizations/projects/delete-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ms.topic: conceptual
ms.author: chcomley
author: chcomley
monikerRange: '>= azure-devops-2019'
ms.date: 12/05/2023
ms.date: 09/05/2024
---

# Delete a project
Expand All @@ -19,22 +19,25 @@ ms.date: 12/05/2023
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.

> [!CAUTION]
> Projects deleted from the web portal are soft-deleted and permanently removed if not restored within 28 days. However, projects deleted from the on-premises Azure DevOps Administration Console are hard-deleted and can't be restored. For restoration details, see [Restore a project](#restore-a-deleted-project). To access data from a deleted project without restoring it, [save project data](#save-project-data).
> - When you soft-delete projects from the web portal, they're permanently removed if not restored within 28 days.
> - When you hard-delete projects from the on-premises Azure DevOps Administration Console, you can't restore them.
> For more information, see [Restore a project](#restore-a-deleted-project) and [Save project data](#save-project-data).
## Prerequisites

::: moniker range="azure-devops"

* You must be a member of the [Project Collection Administrators group](../security/look-up-project-collection-administrators.md). Organization owners are automatically members of this group.
* You must have the **Delete team project** permission set to **Allow**. For more information, see [View project-level permissions](../security/view-permissions.md#view-project-level-permissions).
* (Optional) [Save project data](#save-project-data) before you delete a project if you want to access project data without restoring it.
* **Permissions:**
* Be a member of the [Project Collection Administrators group](../security/look-up-project-collection-administrators.md). Organization owners are automatically members of this group.
* Have the **Delete team project** permission set to **Allow**. For more information, see [View project-level permissions](../security/view-permissions.md#view-project-level-permissions).
* **Optional:** [Save project data](#save-project-data) before deleting a project if you want to access project data without restoring it.

::: moniker-end

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

* To restore a project, you must have the **Delete team project** permission set to **Allow**. For more information, see [View permissions](../security/view-permissions.md).
* (Optional) [Save project data](#save-project-data), as deleting a project results in irreversible data loss.
* **Permissions:** Have the **Delete team project** permission set to **Allow**. For more information, see [View permissions](../security/view-permissions.md).
* **Optional:** [Save project data](#save-project-data), as deleting a project results in irreversible data loss.

::: moniker-end

Expand Down Expand Up @@ -176,7 +179,7 @@ If you inadvertently delete a project in Azure DevOps, you can restore it within

3. Select **Overview**, and then scroll down to "recently deleted projects."

![Screenshot that shows recently deleted projects.](../accounts/media/shared/organization-settings-select-overview.png)
![Screenshot that shows recently deleted projects.](media/delete-project/recently-deleted-projects.png)

4. Highlight the project you want to restore, and then select **Restore**.

Expand Down Expand Up @@ -284,4 +287,4 @@ A: Wait 28 days before the project is permanently deleted.
- [Create a project](create-project.md)
- [Restore a project](delete-project.md#restore-a-deleted-project)
- [Delete a project with REST API](/rest/api/azure/devops/core/projects/delete)
- [TFSDeleteProject command line tool](/azure/devops/server/command-line/tfsdeleteproject-cmd)
- [ Use the TFSDeleteProject command line tool](/azure/devops/server/command-line/tfsdeleteproject-cmd)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 28 additions & 20 deletions docs/organizations/settings/work/object-limits.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ms.author: chcomley
author: chcomley
ms.topic: conceptual
monikerRange: "<= azure-devops"
ms.date: 08/19/2024
ms.date: 09/05/2024
---

# Work tracking, process, and project limits
Expand Down Expand Up @@ -71,23 +71,31 @@ When you work with teams, work item tags, backlogs, and boards, the following op
| User interface | Limit |
|--------|-------|
| Backlogs | 10,000 work items |
| Boards | 1,000 cards (excluding those cards in the *[Proposed](../../../boards/work-items/workflow-and-state-categories.md)*[ and ](../../../boards/work-items/workflow-and-state-categories.md)*[Completed](../../../boards/work-items/workflow-and-state-categories.md)*[workflow state categories](../../../boards/work-items/workflow-and-state-categories.md)) |
| Boards | 1,000 cards (excluding those cards in the *Proposed* and *Completed* [workflow state categories](../../../boards/work-items/workflow-and-state-categories.md)) |
| Taskboard | 1,000 tasks |
| Area Paths | 10,000 per project |
| Area Path Depth | 14 |
| Area Paths per team | 300 |
| Iteration Paths | 10,000 per project |
| Iteration Path Depth | 14 |
| Iteration Paths per team | 300 |
| Project Dashboards | 500 per project |
| Team Dashboards | 500 per team |
| Project Dashboards | 500 per project. Accessible at the project level and anyone with access to the project can use. |
| Team Dashboards | 500 per team. Specific to the team and used to track team-specific metrics and data. |
| Teams | 5,000 per project |
| Work item tags | 150,000 tag definitions per organization or collection |
| Delivery plans per project | 1,000 |
| Templates per work item type | 100 |

Each backlog can display up to 10,000 work items. This limit applies to what the backlog can display, not to the number of work items you can define, as there's no specific limit. If your backlog exceeds this limit, consider adding a team and moving some work items to the new team's backlog.

> [!TIP]
> If you're approaching the dashboards limits, see the following steps to manage and clean up your dashboards:
> - **Review usage:** Identify dashboards that are no longer in use or are duplicates. You can do this by checking the last accessed date or by consulting with team members.
> - **Consolidate dashboards:** Combine similar dashboards to reduce the total number. This can be done by adding multiple widgets to a single dashboard.
> - **Archive old dashboards:** If certain dashboards are no longer needed but you want to keep the data, consider exporting the data and archiving the dashboards.
> - **Use the Object Limit Tracker feature:** Provides real-time visibility into resource usage, including dashboards. This feature can help you [proactively manage your limits and avoid potential issues](https://devblogs.microsoft.com/devops/introducing-object-limit-tracker-in-azure-devops/).

#### Other notes:

- Completed or closed work items don't display on backlogs and boards once their **Changed Date** is older than a year. You can still list these items using a query. To make them show up on a backlog or board, make a minor change to reset the display clock.
Expand Down Expand Up @@ -126,7 +134,7 @@ For the On-premises XML process model, you can modify the backlog and Taskboard
Azure DevOps Services limits each organization to 1,000 projects per organization, an increase over the previous limit of 300 projects.

> [!NOTE]
> Above 300 projects, certain experiences, like connecting to a project from Visual Studio, may degrade. For on-premises Azure DevOps Server, there are no hard limits, but performance issues may arise as the number of projects nears 300. When migrating to Azure DevOps Services, observe the maximum limit of 1,000 projects. If your collection exceeds this limit, split the collection or delete older projects.
> Above 300 projects, certain experiences, like connecting to a project from Visual Studio, might degrade. For on-premises Azure DevOps Server, there are no hard limits, but performance issues may arise as the number of projects nears 300. When migrating to Azure DevOps Services, observe the maximum limit of 1,000 projects. If your collection exceeds this limit, split the collection or delete older projects.
For more information, see [Migrate data from Azure DevOps Server to Azure DevOps Services](../../../migrate/migration-overview.md).

Expand All @@ -136,7 +144,7 @@ Many limits are imposed on the number of objects you can define for a process. F

::: moniker range="azure-devops"

The following table lists the maximum number of objects you can define for the Inheritance and Hosted XML process models. While these are hard limits, practical limits might also apply.
The following table lists the maximum number of objects you can define for the Inheritance and Hosted XML process models. While these limits are hard limits, practical limits might also apply.

| Object | Inheritance | Hosted XML |
| --------------------------------------------------- | ----------: | ---------: |
Expand Down Expand Up @@ -165,7 +173,7 @@ For other restrictions and conformance requirements of the Hosted XML process mo

::: moniker range=">= azure-devops-2019 < azure-devops"

The following table lists the maximum number of objects you can define for the Inheritance and On-premises XML process models. While these are hard limits, practical limits might also apply.
The following table lists the maximum number of objects you can define for the Inheritance and On-premises XML process models. While these limits are hard limits, practical limits might also apply.

| Object | Inheritance | On-premises XML |
| --------------------------------------------------- | ----------: | ---------: |
Expand Down Expand Up @@ -195,17 +203,17 @@ To minimize performance issues, we recommend following this guidance:
::: moniker range="azure-devops"

- Limit the number of custom fields you define. All custom fields contribute to the total allowed for a process, collection, or organization. You can specify different behaviors, such as rules and picklists, for the same field in different WITs.
- Limit the number of rules you define for a WIT. While you can create multiple rules for a WIT, additional rules can negatively affect performance when users add or modify work items. When users save work items, the system validates all rules associated with the fields for that work item type. In some cases, the rule validation expression may be too complex for SQL to evaluate efficiently.
- Limit the number of rules you define for a WIT. While you can create multiple rules for a WIT, other rules can negatively affect performance when users add or modify work items. When users save work items, the system validates all rules associated with the fields for that work item type. In some cases, the rule validation expression might be too complex for SQL to evaluate efficiently.
- Limit the number of custom WITs you define.

::: moniker-end

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

- Limit the number of custom fields you define. All custom fields contribute to the total allowed for a process, collection, or organization. You can specify different behaviors, such as rules and picklists, for the same field in different WITs.
- Limit the number of rules you define for a WIT. While you can create multiple rules for a WIT, additional rules can negatively affect performance when users add or modify work items. When users save work items, the system validates all rules associated with the fields for that work item type. In some cases, the rule validation expression may be too complex for SQL to evaluate efficiently.
- Limit the number of rules you define for a WIT. While you can create multiple rules for a WIT, other rules can negatively affect performance when users add or modify work items. When users save work items, the system validates all rules associated with the fields for that work item type. In some cases, the rule validation expression might be too complex for SQL to evaluate efficiently.
- Limit the number of custom WITs you define.
- Limit the number of reportable fields you define. Reportable fields can impact the performance of your data warehouse.
- Limit the number of reportable fields you define. Reportable fields can affect the performance of your data warehouse.

::: moniker-end

Expand All @@ -216,9 +224,9 @@ To minimize performance issues, we recommend following this guidance:

## Rate limits

To reduce costs and enhance scalability and performance, Azure DevOps Services, like many Software-as-a-Service solutions, uses multi-tenancy. To ensure good performance and minimize the risk of outages, Azure DevOps Services limits the resources individuals can consume and the number of requests they can make to certain commands. When these limits are exceeded, subsequent requests may be delayed or blocked.
To reduce costs and enhance scalability and performance, Azure DevOps Services, like many Software-as-a-Service solutions, uses multi-tenancy. To ensure good performance and minimize the risk of outages, Azure DevOps Services limits the resources individuals can consume and the number of requests they can make to certain commands. When these limits are exceeded, subsequent requests might be delayed or blocked.

Most rate limits are reached through REST API calls or non-optimized queries. For more information, see [Rate limits](../../../integrate/concepts/rate-limits.md) and [Best practices (to avoid hitting rate limits)](../../../integrate/concepts/integration-bestpractices.md).
Most rate limits are reached through REST API calls or nonoptimized queries. For more information, see [Rate limits](../../../integrate/concepts/rate-limits.md) and [Best practices (to avoid hitting rate limits)](../../../integrate/concepts/integration-bestpractices.md).

::: moniker-end

Expand All @@ -236,20 +244,20 @@ For more information, see [Migrate data from Azure DevOps Server to Azure DevOps

::: moniker range="azure-devops"

- [About process customization and inherited processes](inheritance-process-model.md)
- [Create an Inheritance process](manage-process.md)
- [Best practices](../../../integrate/concepts/integration-bestpractices.md)
- [Naming restrictions and conventions](../naming-restrictions.md)
- [Learn about process customization and inherited processes](inheritance-process-model.md)
- [Create an inheritance process](manage-process.md)
- [Follow best practices](../../../integrate/concepts/integration-bestpractices.md)
- [Adhere to naming restrictions and conventions](../naming-restrictions.md)

::: moniker-end

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

- [Customize your work tracking experience](../../../reference/customize-work.md)
- [About process customization and inherited processes](inheritance-process-model.md)
- [On-premises XML process customization](../../../reference/on-premises-xml-process-model.md)
- [Rules and rule evaluation](../../../organizations/settings/work/rule-reference.md)
- [Naming restrictions and conventions](../naming-restrictions.md)
- [Learn about process customization and inherited processes](inheritance-process-model.md)
- [Customize on-premises XML processes](../../../reference/on-premises-xml-process-model.md)
- [Understand rules and rule evaluation](../../../organizations/settings/work/rule-reference.md)
- [Follow naming restrictions and conventions](../naming-restrictions.md)

::: moniker-end

Expand Down
Loading

0 comments on commit 13d7a08

Please sign in to comment.