I'm building a custom task with GUI in Bamboo using Atlassian SDK with Freemarker and Webworks. The single select works fine but multiple select does not return multiple values only single value. My FTL code looks like below. In my TaskConfigurator class the selectedBarList field is not returned only the interfaceBar paramter is retruned with single value.
@ww.select">[@ww.selectlabel="List of Bars" id="interfaceBar" name="interfaceBar"
list="barInterfaceList"
listKey="id"
listValue="name"
value="selectedBarList"
multiple="true"
size="3"
required="true"
/]