Hi,
We have a Groovy script Behavior that runs when the Create screen loads. It populates a pulldown menu,
def field = getFieldByName("Field Name")
with values queried from an external web service,
field.setFieldOptions(fieldOptions)
I need to detect when the selected pulldown menu's value changes and execute another external web service query. Can that be done with the existing Behavior on the Create screen before submitted the ticket?
You could do that with scriptrunner no problem. The getFieldChanged doesn't work? Please refer to this documentation https://docs.adaptavist.com/sr4js/latest/features/behaviours/api-quick-reference
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.