How to get the smart value of parent and child?
is this the right smart value?
Parent: {{issue.customfield_12345.value}} Child: {{issue.customfield_12345.child.value}}
Selected Option: Parent: {{issue.customfield_xxxx.value}} Child: {{issue.customfield_xxxx.child.value}}
I need to get the value of parent and child.
This is the smart value for cascading select fields
For parent value - {{issue.fields.<fieldname>.value}}
For Child value - {{issue.fields.<fieldname>.child.value}}
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.