When an Epic is marked Done in Jira, the system builds a clear retrospective report and sends it to Google Docs. It helps product and engineering teams share outcomes fast and keep a clean record of what happened. Managers save time, and the team gets consistent write ups after each Epic closes.
Here is how it works. A Jira event listens for issue updates, then a check confirms the Epic status is Done. The flow pulls all issues linked to the Epic and fetches every comment. It then groups the text, combines descriptions and comments, and feeds that into an AI agent using an OpenAI chat model with simple memory. The agent follows a set format to write an Agile retrospective. Finally, the report is inserted into a chosen Google Doc so your notes live in one place.
Setup needs access to Jira Software Cloud, an OpenAI API key, and a Google account for Docs. Add your document URL, confirm the Epic status check, and map the issue fields used for the report. Expect report prep to drop from hours to minutes, with consistent summaries ready for sprint reviews, leadership updates, and audit trails.