Forums

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

How to have multiple field value changes transition a task

Lex Baldridge June 23, 2025

Good morning,

 

I am working on some automation, and I was curious how to get a task to transition after 3 different issue fields are changed. The issue fields are Assignee, priority, and due date. All of these need to be done before the task can be transitioned to the next step. I know how to get the task to transition after one, but I am not sure how to do it after all three are done.

1 answer

1 accepted

6 votes
Answer accepted
Rudy Holtkamp
Community Champion
June 23, 2025

Hi @Lex Baldridge  and welcome to the community,

You can do this with a trigger on value changes for the mentioned fields and  asmart values condition

{{issue.assignee.isNotEmpty()}} and {{issue.priority.isNotEmpty()}} and {{issue.due.isNotEmpty()}}

The rule will look like this:

image.png

 

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