From 104e4a9643e8e38cd35799224f1c6f883d89f95d Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 4 Aug 2026 08:49:11 +0100 Subject: [PATCH 1/2] Document pinned incidents --- v3.x/guide/incidents.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/v3.x/guide/incidents.mdx b/v3.x/guide/incidents.mdx index 2670d56..889f20f 100644 --- a/v3.x/guide/incidents.mdx +++ b/v3.x/guide/incidents.mdx @@ -19,6 +19,16 @@ The Cachet dashboard provides a simple interface to manage incidents. You can qu "New Incident" link in the top navigation bar. You can also view and manage existing incidents by clicking the "Incidents" link in the sidebar. +## Pinned incidents + +Enable **Stickied** when creating or editing an incident to pin it above the incident timeline on your status page. Pinned +incidents remain at the top even when their **Occurred At** date falls outside the timeline's selected date range, making +them useful for ongoing issues and important resolved incidents that need continued visibility. + +Pinned incidents are shown only once, in the pinned section; they are removed from their normal dated position in the +timeline. You can pin more than one incident. Cachet orders pinned incidents from newest to oldest by their occurrence +time. Disable **Stickied** to return an incident to its usual position in the timeline. + ### Incident statuses Incidents and updates in Cachet can have one of the following statuses: From c18b2d872f8532a2a3690a51c9740075058734f3 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 4 Aug 2026 09:20:47 +0100 Subject: [PATCH 2/2] Use pinned terminology in incident docs --- v3.x/guide/incidents.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v3.x/guide/incidents.mdx b/v3.x/guide/incidents.mdx index 889f20f..2e83f63 100644 --- a/v3.x/guide/incidents.mdx +++ b/v3.x/guide/incidents.mdx @@ -13,7 +13,7 @@ the dashboard. Incidents consist of: - **Occurred At**: The time the incident occurred. This can be left empty if the incident happened at the time of reporting. - **Published At**: An optional time to publish the incident. While set in the future, the incident is hidden from the status page and public API until that moment. Leave it empty to publish immediately. - **Visibility**: Whether the incident should be visible to users, guests or always be hidden. -- **Stickied**: Whether the incident is pinned to the top of your status page. Stickied incidents remain prominently displayed until you unsticky them. +- **Pinned**: Whether the incident is pinned to the top of your status page. Pinned incidents remain prominently displayed until you unpin them. The Cachet dashboard provides a simple interface to manage incidents. You can quickly record a new incident by clicking the "New Incident" link in the top navigation bar. You can also view and manage existing incidents by clicking the "Incidents" @@ -21,13 +21,13 @@ link in the sidebar. ## Pinned incidents -Enable **Stickied** when creating or editing an incident to pin it above the incident timeline on your status page. Pinned +Enable **Pinned** when creating or editing an incident to pin it above the incident timeline on your status page. Pinned incidents remain at the top even when their **Occurred At** date falls outside the timeline's selected date range, making them useful for ongoing issues and important resolved incidents that need continued visibility. Pinned incidents are shown only once, in the pinned section; they are removed from their normal dated position in the timeline. You can pin more than one incident. Cachet orders pinned incidents from newest to oldest by their occurrence -time. Disable **Stickied** to return an incident to its usual position in the timeline. +time. Disable **Pinned** to return an incident to its usual position in the timeline. ### Incident statuses