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
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.