How can I set the value of cascading select customfield via Field Initialization Rules in JETI? Now I can set only value for the first level.
If I define regular expression as %(.*),(.*)% and Use Value as $group1, $group2 , it's not working.
Hi Natalie,
I think this might help you.
https://www.meta-inf.hu/display/PLUG/Field+Contexts
Using field rules you can easily save values in Cascading Select fields.
If you want to initialize the parent value of a cascading select field, configure the rule with a manual value or with a value from a capture group.
If you want to initialize both the parent and child values, use a special syntax in the Manual value field: $parser.cascade("<parent-value>", <child-value>").
For example:
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.