In VM files how to Multiselect the Customfileds.

Naveen Kumar D P October 5, 2017

Am able to get all the custom fields in .vm files after that i want to select multiple values in that customfield list .But am getting the single value .Any one can please advise.

2 answers

0 votes
Erik Gotera April 2, 2019

Hello Naveen,

 

This code work for me:

<td bgcolor="#ffffff">
<select name="cfSelected" id="cfSelected" multiple>
#foreach ($cf in $cfList)
<option value="$cf.id">$cf.name</option>
#end
</select>
</td>
0 votes
Michal Zawalski March 12, 2018

Hi, did You find the solution?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events