Mindville Integration

ScriptRunner Behaviours supports the Mindville Insight Object/s select custom field type.

We do not support radio button or checkbox insight custom field types.

Currently, we support all operations on Insight Object/s fields (such as, making read-only, changing value, making required).

For example, to hide a Mindville custom field type, you can add the following behaviour:

def currentCf = getFieldById('insight-field-id') currentCf.setHidden(true)