We ran into a recurring Jira admin problem.
A workflow changes, something breaks, and then the difficult part begins — figuring out what exactly changed, when, and by whom.
The native Jira audit log is helpful, but for investigations I find it difficult to isolate workflow-related changes in a clean and readable way.
What I often want to answer quickly is:
• Who modified the workflow
• When it happened
• Which workflow was affected
• Export the history for review
I ended up building a small Forge app that filters the relevant audit records, resolves the IDs into readable names, supports filtering, and export. It also backfills 30 days and keeps 90 days of history.
Curious how other Jira admins handle this today.
Do you rely on the native audit log, change management process, or another tool?
If anyone wants to see what we built: https://marketplace.atlassian.com/apps/2538728805/workflow-changes-audit-for-jira
Hello and welcome @Alexander Stern
in Jira Cloud, the native place to check this is the Audit log. That is usually the first step if you want to see who changed something and when.
It can help with workflow-related changes, but the weak point is usually not the tracking itself, but the readability. If someone wants a cleaner workflow-only history or easier comparison, the native view can feel limited.
Audit log is the standard and your app idea addresses a real gap beyond that.
Thanks @Arkadiusz Wroblewski — that matches what I’ve seen as well.
The audit log definitely has the data, but when investigating a specific problem (like a workflow change breaking something) it can be difficult to isolate just those events and quickly export them.
That was exactly the gap I was trying to address.
Out of curiosity — when you need to investigate workflow changes today, do you usually just rely on the audit log, or do you use any other tools or scripts?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
One thing I'm considering adding next is notifications when workflows change (Slack/email).
Would that be useful for Jira admins here?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.