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
| Priority | Set, add, or remove a priority level (Urgent, High, Medium, Low, None) |
161
+
| State | Move the work item to a specific state|
162
+
| Assignees | Add or remove assignees|
163
+
| Labels | Add, remove, or replace all labels|
164
+
| Start date | Set, update, or remove the start date |
165
+
| Due date | Set, update, or remove the due date|
166
166
167
167
#### Add comment
168
168
@@ -218,18 +218,16 @@ Since there's no work item that kicked off the run, Plane has nothing to apply a
218
218
219
219
Scheduled automations check whether they're due roughly every 5 minutes. The time you configure follows your project's timezone, falling back to the workspace timezone, then UTC.
220
220
221
-
222
221
### Why your trigger isn't enough on its own
223
222
224
-
Triggers tell Plane *what type of event* to watch for — not which work items to care about. A "state changed" trigger fires for every single state change in the project, across every work item, regardless of type, priority, or who it's assigned to.
223
+
Triggers tell Plane _what type of event_ to watch for — not which work items to care about. A "state changed" trigger fires for every single state change in the project, across every work item, regardless of type, priority, or who it's assigned to.
225
224
226
225
Without conditions, an action like "set priority to Urgent" would run on every state change in the project. That's almost never what you want.
227
226
228
227
Conditions are what make an automation surgical. They let you say "only run this when the work item is a Bug, assigned to this person, with no due date set" — whatever combination of criteria actually defines the case you're building for.
229
228
230
229
One thing worth knowing: when a work item is first created, some fields like assignees and labels can take a moment to register, even if someone filled them in during creation. Plane handles this — it checks the latest state of those fields before evaluating your conditions, so a filter like "assignee is X" on a creation trigger will work as expected.
231
230
232
-
233
231
## Common use cases
234
232
235
233
Some common things people use automations for.
@@ -242,4 +240,4 @@ Some common things people use automations for.
242
240
243
241
-**Contextual reminders.** Surface the right information at the right moment — for example, post an internal comment with a checklist when a work item enters "Ready for QA," or flag missing information when a work item is created without an assignee.
244
242
245
-
-**Scheduled operations.** Run scripts on a timer to handle things that don't map to a single event — for example, sweep stale items weekly, sync data to an external tool nightly, or generate a status comment on open items every Monday morning.
243
+
-**Scheduled operations.** Run scripts on a timer to handle things that don't map to a single event — for example, sweep stale items weekly, sync data to an external tool nightly, or generate a status comment on open items every Monday morning.
Copy file name to clipboardExpand all lines: docs/automations/overview.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,6 @@ Plane sends in-app and email notifications to assignees and subscribers when a w
48
48
2. Toggle on **Auto-reminders**.
49
49
3. Set the **Send reminder before** timing — for example, 3 days before the due date.
50
50
51
+
Only work items with a due date and at least one assignee or subscriber trigger reminders.
51
52
52
-
Only work items with a due date and at least one assignee or subscriber trigger reminders.
53
-
54
-
Plane sends one reminder per window — not a daily flood. If you've set a 3-day reminder and the due date is 3 days away, each person gets one notification.
53
+
Plane sends one reminder per window — not a daily flood. If you've set a 3-day reminder and the due date is 3 days away, each person gets one notification.
0 commit comments