Hi All,
I'd like to create a scripted field which display all the assignees of an each.
I hvae a script but can you please hlp how to modify?
#if ($value) <div class="shorten" id="${customField.id}-field"> #foreach ($singleValue in $value) <a class="user-hover cf-participant" rel="$textutils.htmlEncode(${singleValue.name})" title="Find all issues $textutils.htmlEncode(${singleValue.displayName}) participated in" href="${requestContext.baseUrl}/secure/IssueNavigator.jspa?reset=true&${customField.id}=$urlcodec.encode(${singleValue.name})">$textutils.htmlEncode($singleValue.displayName)</a>#commaonly ($value) #end </div> #end
Thanks in advance,
Rumi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.