|
| 1 | +--- |
| 2 | +title: Notifications |
| 3 | +description: Understand what triggers notifications in Plane, how in-app, email, and push notifications work, how to set your notification preferences, and how stacked emails reduce inbox noise. |
| 4 | +--- |
| 5 | + |
| 6 | +# Notifications |
| 7 | + |
| 8 | +Notifications are how Plane tells you something changed on a work item you care about. Every time a tracked change happens, Plane builds a list of people who should know — subscribers, assignees, and the creator — and sends them a notification. |
| 9 | + |
| 10 | +There are three channels: in-app inbox, email, and push (mobile). You can control which events send you emails. |
| 11 | + |
| 12 | +## Set your notification preferences |
| 13 | + |
| 14 | +You can control which types of changes send you email notifications — you don't have to receive emails for everything. |
| 15 | + |
| 16 | +1. Go to **Profile Settings → Notifications**. |
| 17 | +2. Toggle on or off: |
| 18 | + - **Property changes** — assignee, label, priority, due date, and other field changes |
| 19 | + - **State changes** — when a work item moves to a different state |
| 20 | + - **Issue completed** — specifically when a work item reaches a completed state (sub-toggle under state changes) |
| 21 | + - **Comments** — new or updated comments |
| 22 | + - **Mentions** — when someone @-mentions you |
| 23 | + |
| 24 | +These preferences apply across your whole workspace — there's no per-project setting. Changes save immediately. |
| 25 | + |
| 26 | +Inbox notifications always come through regardless of these settings. These toggles only affect emails. |
| 27 | + |
| 28 | +## Events that trigger notifications |
| 29 | + |
| 30 | +| Event | Notifies? | |
| 31 | +| ----------------------------------------------------------------- | -------------------------------------------------------------------- | |
| 32 | +| Work item created | Yes | |
| 33 | +| Any field updated (state, priority, assignee, label, dates, etc.) | Yes | |
| 34 | +| Comment added | Yes | |
| 35 | +| Comment edited | Yes | |
| 36 | +| Comment deleted | Yes | |
| 37 | +| Link added, updated, or removed | Yes | |
| 38 | +| Attachment added or removed | Yes | |
| 39 | +| Work item relation added or removed (blocked by, duplicate, etc.) | Yes | |
| 40 | +| Work item deleted | Yes | |
| 41 | +| @mention in description or comment | Yes (mention notification) | |
| 42 | +| Epic field updated | Yes | |
| 43 | +| Epic update published (progress or status post) | Yes — all epic subscribers get an email | |
| 44 | +| Due date approaching (reminder) | Yes — subscribers and assignees get an in-app and email notification | |
| 45 | + |
| 46 | +## Notification channels |
| 47 | + |
| 48 | +| Channel | When it fires | Can be turned off? | |
| 49 | +| ------------- | --------------------------------------- | --------------------------------- | |
| 50 | +| Inbox | Every tracked event | No | |
| 51 | +| Email | Tracked events, batched every 5 minutes | Yes, via notification preferences | |
| 52 | +| Push (mobile) | Every tracked event | Yes | |
| 53 | + |
| 54 | +Emails are batched — they don't go out the instant something changes. Plane groups pending email notifications and sends them every 5 minutes. |
| 55 | + |
| 56 | +## Batched email notifications |
| 57 | + |
| 58 | +Plane doesn't send one email per change. Multiple changes to the same work item are grouped into a single email, sent every 5 minutes. If someone updates the priority, changes the state, and adds a comment in quick succession, you get one email covering all three — not three separate ones. |
| 59 | + |
| 60 | +This means there's always a short delay before an email arrives, but it also means your email inbox doesn't fill up when a work item goes through a burst of activity. |
| 61 | + |
| 62 | +## Who gets notified |
| 63 | + |
| 64 | +For each change, Plane notifies: |
| 65 | + |
| 66 | +- Everyone subscribed to the work item |
| 67 | +- All current assignees |
| 68 | +- The person who created the work item |
| 69 | + |
| 70 | +The person who made the change is excluded — you don't get notified about your own actions. |
| 71 | + |
| 72 | +If someone is @-mentioned in the same activity, they get a mention notification specifically, not an additional subscriber notification. |
| 73 | + |
| 74 | +## Notification preferences |
| 75 | + |
| 76 | +These settings live in **Profile Settings → Notifications** and apply globally across all your projects. |
| 77 | + |
| 78 | +| Preference | What it controls | |
| 79 | +| ---------------- | ------------------------------------------------------------------------------------------------ | |
| 80 | +| Property changes | Emails for any field update (assignee, label, priority, dates, etc.) | |
| 81 | +| State changes | Emails when a work item moves to a different state | |
| 82 | +| Issue completed | Emails specifically when a work item reaches a completed state (sub-setting under state changes) | |
| 83 | +| Comments | Emails for new or updated comments | |
| 84 | +| Mentions | Emails when you are @-mentioned | |
| 85 | + |
| 86 | +Turning off a preference stops the email — it does not stop the in-app notification. |
| 87 | + |
| 88 | +## The difference between inbox and email notifications |
| 89 | + |
| 90 | +In-app notifications always come through — your notification preferences don't affect them. They accumulate in the Inbox panel and you can read, snooze, or archive them from there. |
| 91 | + |
| 92 | +Email notifications are the ones you can control. Your preferences in Profile Settings let you decide which types of changes are worth an email. If you want in-app pings for everything but only emails for comments and mentions, you can set that up. |
| 93 | + |
| 94 | +## Due date reminders |
| 95 | + |
| 96 | +Due date reminders are a special notification type configured at the project level (in Project Settings → Automations). When enabled, Plane sends a notification to both the work item's subscribers and its assignees when the due date is within the configured window — say, 3 days out. |
| 97 | + |
| 98 | +These are one-time per window. If you've set a 3-day reminder and someone already received it, they won't get another one until the window resets. Reminders only go out for work items that are still in progress — completed and cancelled items are skipped. See [Set up due date reminders](/automations/overview#set-up-due-date-reminders). |
| 99 | + |
| 100 | +## See also |
| 101 | + |
| 102 | +- [Subscribers](/communication-and-collaboration/subscribers) |
| 103 | +- [Inbox](/communication-and-collaboration/inbox) |
0 commit comments