Details
-
Bug
-
Status: Done
-
Medium
-
Resolution: Done
-
5.6.14.1-p5
-
None
-
SR4J Sprint 77
-
2.2
Description
Database picker fields don't specify their own handler for REST operations, which means that Jira applies the default which is TextCustomFieldOperationsHandler. This works out fine for single-picker fields, but means that multi-picker fields can't be supplied with multiple values via the REST API.
We already have a MultiIssuePickerOperationsHandler, so the precedent is there for us to add something similar for DB pickers.