I wrote a Python script to automate the generation of a formatted HTML email summarizing the weekly accomplishments of a team working on specific Jira Epics. It pulls raw data from Excel files synchronized from SharePoint, processes the data, and creates an HTML summary that can be pasted directly into a weekly email. As the work was done at a previous employer I'm not permitted to share the actual code.
Epic ID to ensure focus areas are aligned.Outcome Priority for proper display order.log.txt with timestamps for tracking.The purpose of this script is to save time and ensure consistency by automating the creation of weekly email summaries. What previously took several hours can now be done in seconds, ensuring smooth and efficient reporting.
The email generated will include:
Epic Name - Epic ID, Outcome #, Assigned PMThis script leverages pandas for data handling and ensures quick, consistent output.
It enables teams to generate professional reports without manual formatting, saving valuable time.