1
0
Fork 0
stevegore 2015-07-27 19:48:36 +10:00
parent b0ab042eeb
commit d85076dd0f
1 changed files with 2 additions and 1 deletions

View File

@ -547,7 +547,8 @@ public final class Field {
realResult = itemMap;
} else if (type.equals("string") && custom != null
&& custom.equals("com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes")) {
&& (custom.equals("com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes") ||
custom.equals("com.atlassian.jira.plugin.system.customfieldtypes:multiselect"))) {
realResult = new JSONObject();
((JSONObject)realResult).put(ValueType.VALUE.toString(), realValue.toString());