I'm trying to create a Jira Automation.
References, I have a cascading field with parent/child options:
cascadeOption(10943) is Entra ID(parent option)
cascadeOption(10946) is Teleport(parent option)
cascadeOption(10943, 10951) is Entra ID/Global Admin (parent / child option)
I created an automation like this but it does not honor the first IF.
I want it to only set the approver to User 1 IF
cascadeOption(10943, 10951)
Else
set approver to user 2 and user 3
Hi @Jh,
Try to replace the first IF with this:
{{issue.YOUR_FIELD.value}} can be used for the parent value in a cascading field.
{{issue.YOUR_FIELD.child.value}} can be used for the child value in a cascading field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.