Forums

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

How to assign a user on a status transition only when there is no assignee

Sascha
Contributor
March 12, 2026

Hi all, I've set up a workflow that assigns issues to the current user upon a transition. This works well for us, however on occasion we have issues where the user is already assigned and someone else does the transition for them, in this case I don't want the assignee to change. I can't seem to find a way to add a rule to the assignment step that checks whether the field is already set or not. Any ideas how I could achieve what I want?

2 answers

4 votes
Ugnius Aušra
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.
March 12, 2026

Hello @Sascha 

I quickly made some automation example:

Automation rule.png

So basically, when work item status changes, it triggers automation, and automation has a condition "IF ASSIGNEE IS EMPTY" only then i will assign agent.

0 votes
Arkadiusz Wroblewski
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.
March 12, 2026

Hello @Sascha 

This is not something you can do directly with the native Assign to Current User Workflow post function, because it does not support an extra condition like “only when Assignee is empty”.

The usual workaround in Jira Cloud is to move this logic into Automation:

  1. Trigger: Issue transitioned
  2. Condition: Assignee is empty
  3. Action: Set Assignee to the user who triggered the transition

That way, already assigned issues keep their assignee, and only unassigned issues get assigned during the transition.

One thing to watch: the acting user still needs permission to assign issues.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events