This project utilizes the Snowflake Snowpark API to parse Jira audit logs, focusing specifically on
process step change events. The goal is to build a structured view that tracks the transitions and statuses
of Jira Epics across various process steps over time. As this project was done at a previous employer I'm not permitted to show
the actual code itself.
CREATED and UPDATED to categorize changes.The code helps track the progress of Jira Epics through different stages and identify process bottlenecks. By analyzing how long each step takes and whether it is complete, teams can monitor workflow efficiency and improve processes.
The output is a structured view containing:
Epic IDProcess StepStart and End TimesFULL_PERIOD flag indicating if the step is completeLATEST_PROCESS_STEP to mark the most recent stepThis project showcases the use of Snowflake's Snowpark API to efficiently parse and transform data from Jira audit logs, providing valuable insights into process management and workflow optimization.