Jira Incident Post-Mortem Generator

AI-powered blameless incident post-mortem generator — timeline reconstruction, root cause analysis, impact assessment, and actionable preventive actions from Jira issue history.

Automatically generates structured, blameless post-mortems when critical/blocker Jira issues are resolved. Reconstructs incident timeline from changelogs, extracts root cause from linked issues and comments, assesses impact by component and duration, identifies contributing factors, and produces specific preventive actions. Notion post-mortem page + Slack summary. 28-node n8n workflow. Blueprint Quality Standard (BQS) 12/12 certified. This came from an SRE team that spent 3 hours after each incident writing post-mortems from memory and Slack logs. The generator compiles timeline, impact, and resolution data from Jira and Slack into a structured post-mortem draft.

Last updated March 18, 2026

Post-mortems are written for 30% of incidents, and release risk assessments happen informally if at all. The institutional knowledge from past incidents sits in documents nobody re-reads. Automated incident analysis and release risk scoring makes that knowledge operational — surfacing relevant past incidents when similar patterns emerge.

triggerWebhook01FetcherJira Issue02AssemblerTimeline Data03AnalystRoot Cause04FormatterPost-MortemNotionPost-MortemSlackIncident Alert

Four Agents. Per-Incident Analysis. Blameless Post-Mortems.

The Fetcher

Step 1The Fetcher

Code-only

Triggered by webhook when a Critical or Blocker issue is resolved in Jira. Retrieves the full issue history — comments, status transitions, assignee changes, linked issues, subtasks, and timestamps. Captures the complete incident timeline.

The Assembler

Step 2The Assembler

Code-only

What does The Assembler actually decide? Reconstructs the incident timeline from raw Jira data: detection time, response time, escalation chain, resolution steps, and impacted components. Computes time-to-detect, time-to-respond, and time-to-resolve metrics from status transitions.

The Analyst

Step 3The Analyst

Tier 2 Classification

This step exists because raw data alone is not enough. Performs blameless root cause analysis using the 5-Whys framework. Classifies contributing factors (process, tooling, communication, knowledge, capacity). Assesses impact severity and blast radius. Generates preventive action recommendations with owner suggestions.

The Formatter

Step 4The Formatter

Tier 3 Creative

Without this step, upstream analysis sits idle. Generates a structured Notion post-mortem page with timeline visualization, root cause tree, impact assessment, and action items. Sends a Slack summary to the incident channel with key findings and immediate next steps.n8n cannot run a schedule trigger and a webhook response in one workflow. Every scheduled blueprint ships as two separate files.

That's the full pipeline. Here's what it intentionally does NOT do — and why those boundaries exist.

What It Does NOT Do

×

Does not run on a schedule — this is event-driven, triggered only when Critical/Blocker issues are resolved

×

Does not create or manage Jira issues — this is a read-only analysis tool that generates post-mortems

×

Does not assign blame to individuals — blameless framing is enforced at the system prompt level

×

Does not integrate with PagerDuty or OpsGenie — incident data comes from Jira issue history only

×

Does not automate remediation — it recommends preventive actions for human review and assignment

With those boundaries clear, here's everything that ships when you purchase.

The Complete Customer Success Bundle

9 files.

CHANGELOG.mdVersion history
README.mdSetup and configuration guide
docs/error_handling_matrix.mdError handling reference
jira_incident_post_mortem_generator_v1_0_0.jsonn8n workflow (main pipeline)
schemas/analyst_output_schema.jsonAnalyst output schema
schemas/assembler_output_schema.jsonAssembler output schema
schemas/fetcher_output_schema.jsonFetcher output schema
system_prompts/analyst_system_prompt.mdAnalyst system prompt
system_prompts/formatter_system_prompt.mdFormatter system prompt

The technical specifications below are ITP-measured, not estimated.

Tested. Measured. Documented.

Per-incident blameless post-mortem generation with timeline reconstruction, 5-Whys root cause analysis, impact assessment, and preventive actions from Jira issue history.

Tested on n8n v2.7.5, March 2026

Jira Incident Post-Mortem Generator v1.0.0──────────────────────────────────────────Nodes:        28 (event-driven, no scheduler)Agents:       4 (Fetcher, Assembler, Analyst, Formatter)LLM Calls:    2 per run (Analyst + Formatter)Model:        Sonnet 4.6 (SINGLE-MODEL)Trigger:      Webhook (Jira issue resolved, priority Critical/Blocker)Pattern:      EVENT-DRIVEN (per-incident)Tool A:       Jira REST API (Basic Auth or OAuth2) — issue history + linked issuesTool B:       Notion (httpHeaderAuth) — post-mortem pageTool C:       Slack (httpHeaderAuth) — incident summaryITP:          8/8 records, 14/14 milestonesBQS:          12/12 PASSCost:         $0.03–$0.10 per run

What You'll Need

Platform

n8n 2.7.5+

Est. Monthly API Cost

~$0.03-0.10 per incident + Jira subscription.

Credentials Required

  • Anthropic API
  • Jira Cloud API (Basic Auth or OAuth2)
  • Slack (Bot Token, httpHeaderAuth Bearer)
  • Notion (httpHeaderAuth Bearer)

Services

  • Jira Cloud with webhook configuration access
  • Anthropic API key
  • Notion workspace
  • Slack workspace (Bot Token with chat:write)

Setup Track

Quick Start

~15 min

All credentials live, n8n running

Full Setup

1–2 hrs

Needs API config + tables

From Scratch

2–4 hrs

No n8n, no credentials

Jira Incident Post-Mortem Generator v1.0.0

$249

one-time purchase

What you get:

  • 28-node event-driven workflow (no scheduler needed)
  • Per-incident blameless post-mortem generation from Jira resolved Critical/Blocker issues
  • Automated incident timeline reconstruction from Jira issue history
  • Time-to-detect, time-to-respond, and time-to-resolve metrics
  • 5-Whys root cause analysis with contributing factor classification
  • Impact assessment with severity scoring and blast radius mapping
  • Preventive action recommendations with suggested owners
  • Blameless framing enforced in all analysis and output
  • Notion post-mortem page with timeline, root cause tree, and action items
  • Slack incident summary with key findings and next steps
  • Webhook-triggered: fires automatically on Critical/Blocker resolution
  • Full technical documentation + system prompts

Frequently Asked Questions

How is the post-mortem triggered?+

Via Jira webhook configured to fire when an issue with priority Critical or Blocker is resolved. No scheduler — each post-mortem is generated per-incident as soon as the issue is closed. You configure the webhook in Jira to point to the workflow URL.

What does blameless framing mean?+

The Analyst system prompt enforces blameless language: contributing factors are classified by category (process, tooling, communication, knowledge, capacity) rather than individual responsibility. The 5-Whys analysis focuses on systemic causes, not personal errors. This is a design constraint, not a suggestion.

What Jira issue data does it need?+

The resolved issue must have comments, status transition history, and linked issues for full analysis. Issues with minimal history still produce post-mortems but with less detailed timelines. The more your team documents in Jira comments during incident response, the richer the post-mortem.

Is there a refund policy?+

All sales are final after download. Review the Blueprint Dependency Matrix and prerequisites before purchase. Questions?

Read the full guide →

Related Blueprints