Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Get the assignee list in a scripted field

Rumceisz
Contributor
November 11, 2012

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

1 answer

0 votes
Rumceisz
Contributor
November 12, 2012

any idea how to?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events