Signature
| Helper | nodeHelper |
| Signature | getCascadingSelect (IHubOption parent, IHubOption child) |
| Description |
Returns an object from a Cascading Select List |
| Introduced in | 2.2.0 |
Example use
// Set parent and child values in the custom field "Destination Region/Country ":
issue.customFields."Destination Region/Country".value = nodeHelper.getCascadingSelect(
nodeHelper.getOption(issue, "Destination Region/Country", "Europe"),
nodeHelper.getOption(issue, "Destination Region/Country", "Belgium")
)