I'm experiencing unexpected automatic status transitions on a Jira ticket.
What's happening: I have a ticket that was moved to "Done" status. Since this task involves multiple PRs, I manually transitioned it back to "In Progress." However, over the past week, the ticket keeps automatically moving back to "Done" on its own — without any manual action from my team or me.
I've moved it back to "In Progress" multiple times now, and each time it reverts to "Done" within a few hours.
What I've checked so far:
My questions:
Any help would be appreciated. Thanks!
Hi @May Reuven
Yes — there are a few places to check beyond the normal issue activity feed.
First, look at the issue History tab and see who/what is shown as the actor when it goes back to Done. If it says “Automation for Jira”, that points to a rule actor.
If not, I’d check the project/global automation audit log and filter around the exact time of the transition.
If no automation shows up, the next suspects are workflow triggers/post-functions or a connected development tool. Jira Cloud can transition issues automatically from connected dev events, and Bitbucket can also transition Jira issues during PR merge flows. So I’d review:
- Automation audit logs
- The workflow used by that issue type, especially anything on the transition to Done
- Any development-tool workflow triggers / PR merge behavior
- Any third-party app or webhook that could be calling the transition API
Hello @May Reuven
I would start with the issue History tab and check who the actor is when the status goes back to Done.
If it says Automation for Jira, then check the automation audit log for that same timestamp. If it shows an app or service user instead, then I would look at integrations or workflow customizations.
In most cases, this is not Jira doing something on its own, but another configuration reacting to your manual status change.
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.