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.
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:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.