Jira Audit Log Parsing Summary

Overview

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.

Key Tasks Performed

Purpose

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.

Output

The output is a structured view containing:

Conclusion

This 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.