On this page



Use case

Sometimes resolving issues depends on fields set to a specific value. In this case, the issue is automatically resolved and transitioned to  when all options of the custom field are ticked.



Function

<link to function being used>

Use case description

When all options of the custom field are ticked, the issue is resolved and transitioned to

Complexity





 Field Changed Event




Add a Trigger → Field Changed Event



Field*

Choose your checkbox custom field


Changed to*

Choose Any value


No further configuration needed. The automation rule is triggered every time an issue is being transitioned.






 Boolean Condition

Add ConditionBoolean Condition


Enter the following Parser Expression*

numberOfSelectedItems(%{trigger.issue.cfnnnnn}) = numberOfAvailableItems(%{trigger.issue.cfnnnnn})


nnnnn is field code for the custom checkbox field.


 Transition Issue

Add ActionTransition Issue


 Mode*

Choose Transition to status → Done

The target status has to be reachable from the current status, otherwise the action will not be executed.







 Screencast

This is how the configuration above should look on your screen



 Related examples