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
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.
19
-
20
-
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.
21
-
22
-
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.
19
+
This article shows how to prevent the initiator of an event from receiving notification emails when that event triggers a team or role-based subscription. The feature is useful when people don't want emails for actions they themselves perform (for example, creating a pull request).
Do the following steps to opt out of receiving notifications that you create:
27
+
When you create a team role-based notification subscription, select the **Skip initiator** option to prevent the user who triggered the event from receiving the notification.
28
+
29
+
For example, if your team has a subscription for a *pull request created* event and the Skip initiator option is checked, the user who creates the pull request doesn't receive that notification; other members of the team still receive it.
31
30
32
-
1. Sign in to your project (`https://dev.azure.com/{Your_Organization/Your_Project}`).
31
+
To opt out of receiving notifications that you trigger:
32
+
33
+
1. Sign in to your project (`https://dev.azure.com/{Your_Organization}/{Your_Project}`).
You don't receive notifications for events you trigger yourself.
44
+
You don't receive notifications for events you trigger when Skip initiator is enabled for that subscription.
45
+
46
+
## Troubleshoot: I don't see the Skip initiator option
47
+
48
+
If the **Skip initiator** checkbox isn't visible, try these checks:
49
+
50
+
- Are you editing a team/role subscription or a personal subscription?
51
+
Skip initiator is a property of team/role (project or group) subscriptions. If you're editing a personal subscription under "Manage personal notifications" you don't have that option. Create or edit a team subscription under **Project settings** > **Notifications**.
52
+
53
+
- Are you editing a built-in or non-editable subscription?
54
+
Some built-in system subscriptions are read-only. If a built-in subscription doesn't allow editing, create a new custom subscription (you can copy/clone the built-in settings) and enable Skip initiator on the new subscription.
55
+
56
+
- Do you have the required permissions to create or edit project-level subscriptions?
57
+
Typically project administrators or users with notification-management rights can create and edit team subscriptions. If you lack permissions, ask a project administrator to create/enable the subscription or grant you the right to manage project notifications.
58
+
59
+
If these steps don't resolve the issue:
60
+
- Create a new custom team subscription that matches the desired event and enable Skip initiator.
61
+
- If you still can't enable the option and you believe it should be present, ask your project collection administrator to review permissions and server version, or open a support case.
44
62
45
-
####Related content
63
+
## Related content
46
64
47
65
-[Manage personal notification settings](manage-your-personal-notifications.md)
48
66
-[Follow a specific work item](../../boards/work-items/follow-work-items.md)
0 commit comments