Hello,
I use behaviour and REST endpoint. Similar to https://scriptrunner.adaptavist.com/latest/jira/behaviours-conversions.html
My REST returns list in format:
items: [{value: "xyz", label: "abc", html: "123"}]
html - represents what the user see in dropdown
value - represents value to save in field
label - I think it is string presented to user when some element is chosen. But is not working.
What is the destination of the label field? How to show user something different to value?