The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Create Branch workflow trigger runs as wrong user

murray.tait
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 29, 2025

We've configured a workflow trigger to move issues from To-Do to In progress when a branch is created via GitLab. When branches are created by user A, the issue's activity log shows that user B has moved it to In Progress, and vice versa. Part of the workflow actions is to assign the issue to the current user (in case it isn't already), which is messing up the assignment of the issues.

Has anyone encountered anything similar before?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Mercy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
December 11, 2025

This happens because branch creation triggers in Jira Cloud don’t run under the identity of the Git user who created the branch. The automation comes through the DVCS integration service account that Jira uses to process repository events, so the workflow transition appears as if it was performed by whichever account is linked to that integration. That’s why you’re seeing the issue move under the “wrong” user and why the “assign to current user” post function doesn’t behave as expected. Atlassian’s [workflow triggers documentation](

DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events