Block 1 - Email notification
- Type / Role
- n8n-nodes-base.gmail - gmail
- Config choices
- Version 2.1
This workflow is provided as-is. Please review and test before using in production.
Description Automated workflow that generates a Sprint Report from Jira and delivers it by Gmail. The flow fetches sprint issues from Jira, validates and normalizes the data, calculates metrics (ti...
n8n-nodes-base.gmail, n8n-nodes-base.jira, n8n-nodes-base.stickynote, n8n-nodes-base.scheduletrigger, n8n-nodes-base.set, n8n-nodes-base.code
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Yassin Zehar.
Original n8n.io sourceAutomated workflow that generates a Sprint Report from Jira and delivers it by Gmail.
The flow fetches sprint issues from Jira, validates and normalizes the data, calculates metrics (tickets, story points, blockers, completion rate), generates an HTML report, and sends it by email.
This template helps teams keep stakeholders updated automatically of the current sprint. Instead of manually compiling Jira data, the report is generated and sent on schedule (e.g., every Friday at 17:00).
It’s production-friendly, reusable, and works across Jira projects.
Scrum Masters and Agile Coaches who need sprint reports for retrospectives.
Product Owners who want a weekly overview of sprint progress.
Project Managers tracking Jira delivery KPIs.
Engineering teams wanting automated status reporting without extra overhead.
Jira Cloud project + API email + API token + permission to read issues.
Gmail credential for notifications.
Trigger – Schedule (e.g., Friday at 17:00).
Edit Fields – Configure Jira base URL, project key, email recipients.
Get Many Issues – Fetch sprint issues with JQL (project = <KEY> AND sprint in openSprints()).
Validation & Normalization – Clean/validate fields (status, assignee, priority, story points, sprint info).
Metrics Calculation – Aggregate KPIs (done, in progress, blockers, story points, completion %).
HTML Report Generation – Build a styled email-friendly HTML summary + detailed table.
Send Gmail – Deliver report to stakeholders.
Automated Sprint Reports: No manual copy-paste.
Metrics overview: Tickets done vs total, blockers, story points.
Detailed table: Issue key, summary, status, assignee, priority, SP.
Email delivery: HTML report with Jira links sent to stakeholders.
Fully customizable: Adjust fields, KPIs, and recipients easily.
📊 HTML Sprint Report with KPIs and issue table. ✅ Email delivered to stakeholders via Gmail. 🔗 Jira links embedded for easy navigation.
⏰ Trigger – Runs on schedule (e.g., every Friday at 17:00). 🧾 Fetch Issues – JQL filters sprint tickets. 📊 Metrics – Done vs total, SP progress, blockers. 💻 Generate HTML – Clean, styled table and summary. ✉️ Notify – Send Gmail with full sprint report to stakeholders.
Watch the Youtube Tutorial video
I’m Yassin a Project & Product Manager Scaling tech products with data-driven project management. 📬 Feel free to connect with me on Linkedin
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.
| Workflow | Automated sprint reports from Jira to stakeholders via Gmail |
|---|---|
| Complexity | intermediate |
| Nodes | 11 |
| Categories | Project Management |
| Author | Yassin Zehar |
| Published | 25 Sept 2025 |
Use the JSON export at /data/workflows/8932/8932.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
Description Automated workflow that generates a Sprint Report from Jira and delivers it by Gmail. The flow fetches sprint issues from Jira, validates and normalizes the data, calculates metrics (ti...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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 use case.