Hello
Is there a way to trigger Multi-Level Cascading Select validation on edit form? I want to use behaviours because i want to validate those fields not only on transitions, but also during edition.
I have:
but when i edit the issue, it looks like no validation is being triggered.
When I execute the above steps on the other type of field, browser makes the following REST call after edit:
http://{jiraurl}/rest/com.onresolve.jira.plugin.Behaviours/1.0/behaviours/runvalidator.json
Is there any way to trigger this validation on select value change?
Best regards
Paweł