Skip to main content

Generate lessons learned reports from Jira epics with AI and Google Docs

Workflow preview

Workflow preview
100%
Generate lessons learned reports from Jira epics with AI and Google Docs preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Who is this for? Jira users who want to automate the generation of a Lessons Learned or Retrospective report after an Epic is Done. What problem is this workflow solving? / use case Lessons Learned...

Best for

  • Project Management automation workflows
  • AI Summarization automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.jira, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.set, n8n-nodes-base.summarize, n8n-nodes-base.googledocs, n8n-nodes-base.jiratrigger, n8n-nodes-base.if

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Tarek Mustafa.

Original n8n.io source

1.1 Workflow description

Title
Generate lessons learned reports from Jira epics with AI and Google Docs
Workflow name
Generate lessons learned reports from Jira epics with AI and Google Docs

Who is this for?

Jira users who want to automate the generation of a Lessons Learned or Retrospective report after an Epic is Done.

What problem is this workflow solving? / use case

Lessons Learned / Retrospective reports are often omitted in Agile teams because they take time to write. With the use of n8n and AI this process can be automated.

What is this workflow doing

  • Triggers automatically upon an Epic reaching the "Done" status in Jira.
  • Collects all related tasks and comments associated with the completed Epic.
  • Intelligently filters the gathered data to provide the LLM with the most relevant information.
  • Utilizes an LLM with a structured System Message to generate insightful reports.
  • Delivers the finalized report directly to your specified Google Docs document.

Setup

  1. Create a Jira API key and follow the Credentials Setup in the Jira trigger node.
  2. Create credentials for Google Docs and paste your document ID into the Node.

How to customize this workflow to your needs

  • Change the System Message in the AI Agent to fit your needs.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Jira Get All Issues

Type / Role
n8n-nodes-base.jira - jira
Config choices
Version 1

Block 2 - Jira Get All Comments

Type / Role
n8n-nodes-base.jira - jira
Config choices
Version 1

Block 3 - AI Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.9

Block 4 - OpenAI Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 5 - Edit Fields

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 6 - Summarize

Type / Role
n8n-nodes-base.summarize - summarize
Config choices
Version 1.1

Block 7 - Google Docs

Type / Role
n8n-nodes-base.googleDocs - googleDocs
Config choices
Version 2

Block 8 - Jira Trigger

Type / Role
n8n-nodes-base.jiraTrigger - jiraTrigger
Config choices
Version 1.1

Block 9 - If

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 10 - Simple Memory

Type / Role
@n8n/n8n-nodes-langchain.memoryBufferWindow - memoryBufferWindow
Config choices
Version 1.3

Block 11 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 13 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Generate lessons learned reports from Jira epics with AI and Google Docs
Complexity intermediate
Nodes 13
Categories Project Management, AI Summarization
Author Tarek Mustafa
Published 08 May 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/3934/3934.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Generate lessons learned reports from Jira epics with AI and Google Docs do?

Who is this for? Jira users who want to automate the generation of a Lessons Learned or Retrospective report after an Epic is Done. What problem is this workflow solving? / use case Lessons Learned...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Project Management, AI Summarization use case.