Why Use Drafts?
Without drafts, a transient network blip triggers a public incident, emails all your subscribers, and posts to your Slack channel — then resolves 30 seconds later. Draft mode prevents that.| Without drafts | With drafts |
|---|---|
| Monitor fails → public incident → subscriber emails sent | Monitor fails → draft incident → you review → publish when confirmed |
| False alarm visible to all users | False alarm caught before anyone sees it |
| Must resolve quickly to limit damage | Review at your pace, discard or publish |
Enabling Draft Mode
- Dashboard
- What Changes
- Go to Settings > Automation
- Set Auto-incident visibility to Create as draft
- Optionally set an Auto-publish delay
- Click Save Automation Settings
The Draft Lifecycle
Reviewing Drafts
Draft incidents appear in Dashboard > Incidents with a yellow Draft badge. They work like regular incidents — you can add updates, change status, and link services — but they’re invisible to the public. To find drafts quickly, use the visibility filter and select Drafts.Publishing a Draft
Click the Publish button on any draft incident card. The incident immediately becomes visible on your public status page and subscriber notifications are sent.Discarding a False Alarm
If the draft is a false positive, just resolve it normally. Since it was never published, no subscribers were notified and it never appeared on the status page. It stays in your resolved incidents history for internal reference.Auto-Publish
If you want a review window without requiring manual intervention, set an auto-publish delay:- Go to Settings > Automation
- Set Auto-publish delay to your review window (e.g., 5 minutes)
| Delay | Behavior |
|---|---|
| 0 | Drafts stay as drafts until you manually publish or resolve |
| 5 min | You have 5 minutes to review; if you don’t act, it publishes automatically |
| 30 min | Longer review window for teams that check less frequently |
Notifications and Drafts
Draft incidents hold all subscriber notifications until published:| Event | Draft | Public |
|---|---|---|
| Incident created | No notifications | Notifications sent immediately (or batched) |
| Incident updated | No notifications | Notifications sent |
| Incident published | Notifications sent now | N/A (already public) |
| Incident resolved while draft | No notifications ever | Notifications sent |
Using Workflows with Drafts
If you use workflows, you can build different automation for drafts vs. confirmed incidents:incident.createdfires for both drafts and public incidentsincident.publishedfires only when a draft becomes public
Workflow examples for drafts
See example workflow configurations for draft review alerts and publish-triggered paging.
Drafts and Safeguards
Draft mode is one part of the incident safeguards system. It works alongside:- Flap protection — requires consecutive failures before even creating a draft
- Cooldown — prevents rapid duplicate drafts for the same monitor
- Notification batching — coalesces notifications when drafts are published close together
- Maintenance awareness — skips incident creation entirely during scheduled maintenance