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. BQS 12/12 certified.

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

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

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

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.

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

The Complete Customer Success Bundle

5 files.

jira_incident_post_mortem_generator_v1_0_0.jsonMain workflow (28 nodes)
README.md10-minute setup guide
docs/TDD.mdTechnical Design Document
system_prompts/analyst_system_prompt.mdAnalyst prompt reference
system_prompts/formatter_system_prompt.mdFormatter prompt reference

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.

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? Contact support@forgeworkflows.com before buying. Full terms at forgeworkflows.com/legal.

Read the full guide →

Related Blueprints