Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 2.21 KB

File metadata and controls

50 lines (35 loc) · 2.21 KB
title Prevent notification emails to yourself from events
titleSuffix Azure DevOps
description Learn how to exclude the initiator of an event in Azure DevOps Services from receiving notification emails
ms.subservice azure-devops-notifications
ms.reviewer wismythe
ms.author chcomley
author chcomley
ms.topic conceptual
ms.date 01/30/2025
monikerRange <= azure-devops

Exclude yourself from notification emails of events you started

[!INCLUDE version-lt-eq-azure-devops]

When you create a team role-based notification subscription, you can choose the option, Skip initiator. The initiator of the event that triggers the email doesn't receive the notification.

For example, if your team has a subscription for a pull request created event, the user who creates the pull request in the project doesn't receive this notification email. Other members of the team receive the notification email.

This option is good for users who don't want notifications of events that they trigger. However, some users might prefer to receive the same notifications as their teammates. Let your team decide which option is best.

Prerequisites

[!INCLUDE prerequisites-project-member-only]

Skip initiator

Do the following steps to opt out of receiving notifications that you create:

  1. Sign in to your project (https://dev.azure.com/{Your_Organization/Your_Project}).
  2. Select Project settings > Notifications.
  3. Create a new subscription or edit an existing one.
  4. Select the notification.
  5. Check the Skip initiator box.

[!div class="mx-imgBorder"] Screenshot shows new subscription skip initiator.

[!INCLUDE note-smtp-server]

You don't receive notifications for events you trigger yourself.

Related articles