getsentry / sentry-jira

A Plugin for sentry that lets you create JIRA issues
Other
95 stars 32 forks source link

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

Open bsergean opened 8 years ago

bsergean commented 8 years ago

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
dcramer commented 8 years ago

What kind of fields are those within Jira itself?

bsergean commented 8 years ago

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

bsergean commented 8 years ago

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