sentry-jira icon indicating copy to clipboard operation
sentry-jira copied to clipboard

Custom fields values cannot be selected from a drop-down menu

Open bsergean opened this issue 9 years ago • 3 comments

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.

jira_sentry_custom_fields_problems

bsergean avatar Jun 14 '16 20:06 bsergean

What kind of fields are those within Jira itself?

dcramer avatar Jun 14 '16 20:06 dcramer

According to our local jira guru, those fields are Multiselect fields

bsergean avatar Jun 14 '16 20:06 bsergean

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"}]

bsergean avatar Jun 14 '16 20:06 bsergean