Generate Lessons Learned Reports from Jira Epics with AI and Google Docs

Go to Workflow
3,406 views
Built by Tarek Mustafa Tarek Mustafa
Created on June 05, 2026

Description

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
Create a Jira API key and follow the Credentials Setup in the Jira trigger node.
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.

Nodes Used (5)

AI Agent
@n8n/n8n-nodes-langchain.agent
Google Docs
n8n-nodes-base.googleDocs
Jira Software
n8n-nodes-base.jira
OpenAI Chat Model
@n8n/n8n-nodes-langchain.lmChatOpenAi
Simple Memory
@n8n/n8n-nodes-langchain.memoryBufferWindow