You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

On this page

Use case

Validate the parent and child options of a Select List (cascading) field independently or in conjunction.


Configuration

Add the Logical validator to the desired workflow transition.

Expression

Add the following expression to evaluate both options of a Select List (cascading) custom field.

%{issue.cf10001} = "Parent option - Child option"

Please, note that your custom field might have a different ID than the one in the example and the options between quotation marks might also be different. Replace them before testing the expression if necessary.

Variations

By adding .0 or .1 to the field code of the custom field, the respective values of the parent option and child option can be accessed.

For accessing the parent option:

%{issue.cf10001.0} = "Parent option"

For accessing the child option:

%{issue.cf10001.1} = "Child option"


Related use cases


If you still have questions, feel free to refer to our support team.