Everything you need to manage incidents directly from Slack. All commands start with /incident
Begin tracking a new incident. Optionally specify a severity level (sev1, sev2, sev3, sev4). This creates a new incident record, timestamps the start, and notifies your team.
/incident start [severity] <title>Example
/incident start sev2 Database connection timeout affecting checkoutChange the severity level of the current incident. Use this when the impact changes during an ongoing incident.
/incident severity <level>Example
/incident severity sev1Add a timestamped update to the incident timeline. Use this to document what's happening as you investigate and resolve the issue.
/incident status <description>Example
/incident status Identified slow query in orders tableMark the current incident as resolved. This records the end time and calculates the total incident duration.
/incident resolveExample
/incident resolveView a list of recent incidents in your workspace. Shows severity level and duration for each incident.
/incident listExample
/incident listView incident analytics for your workspace. Defaults to 30 days, or specify a custom number of days (e.g., 7 for weekly stats).
/incident analytics [days]Example
/incident analytics 7Use AI to generate a comprehensive postmortem report from the incident timeline. Includes summary, root cause analysis, timeline, and action items.
/incident postmortemExample
/incident postmortemConnect your Jira instance to create tickets directly from Slack. You'll need your Atlassian cloud URL, project key, email, and API token.
/incident config jira <cloud-url> <project-key> <email> <api-token>Example
/incident config jira your-org.atlassian.net PROJECT-KEY your@email.com your-api-tokenCreate a Jira ticket for the current incident. Automatically includes incident details, timeline, and links back to the Slack conversation.
/incident ticketExample
/incident ticketUpgrade your workspace to Pro to unlock AI-powered postmortems, Jira integration, Markdown export, and more.
/incident upgradeExample
/incident upgradeCopy and paste these commands to get started.