Hi Community
After upgrading to new Create Issue UI we noticed that our custom fields are not working
- key: procedures-multiselect-cf
name: Required multiselect field example
description: Multiselect Field
type: string
collection: list
validation:
expression: configuration.isRequired != null && value != null && value.length != 0
errorMessage: Value shouldn't be empty
edit:
function: multiSelectEdit
function: multiSelectView
contextConfig:
function: defaultContextConfig
In the previous UI it was working.
How can I fix that? Has anyone faced this issue?