This Python project automates the creation of a PowerPoint slide that displays the active Jira Epics
the team is working on, organized by Stakeholders. It retrieves data from
Snowflake, organizes it by priority, and presents it as a color-coded heatmap table in PowerPoint.
As the work was done at a previous employer I'm not permitted to share the actual code.
python-pptx library.The goal of this project is to automate reporting and eliminate the manual effort involved in creating a manual PowerPoint dashboards. It saves time, ensures consistency, and provides stakeholders with a clear, up-to-date view of Epic priorities.
The generated PowerPoint slide will include:
This project demonstrates the power of Python in automating reporting workflows. It integrates Snowflake for
data access and python-pptx for PowerPoint automation, providing a streamlined, professional solution for tracking
Jira Epics and their priorities.