## Only show the link to the assign action if the user has the permission and the assignee field is not hidden
$i18n.getText("issue.operations.assign", "", "")
#if ($issueoperation.canAssignToMe($issue))
($i18n.getText("issue.operations.assign.tome"))
#end