sentry-jira
sentry-jira copied to clipboard
Custom fields values cannot be selected from a drop-down menu
I am trying to pass in some values explicitly but jira returns an error code. If we could select from some existing values I wonder if this problem would go away.
What kind of fields are those within Jira itself?
According to our local jira guru, those fields are Multiselect fields
And still according to him, the field must be passed in like that (sounds like this is a list of items, made so that one can pass multiple versions of ios or of a model name).
"fieldName":[{"value":"first value"},{"value":"Second Value"}]