{namespace JIRA.Templates.Fields.Pickers.User} /** * Renders a single User option element. * * @param field (Map) a Map representation of the AssigneeSystemField * @param isLoggedInUserAssignable (boolean) true if the currently logged-in user can be the assignee for this field * @param useNewEndpoint (boolean) true if a new endpoint (ingoring Browse User permission) should be used to retrieve data. See: MNSTR-6896 * @param? actionDescriptorId (Long) the action descriptor id (when rendering assignee field during workflow transition) * @param? assigneeOptions (AssigneeOptions map) assignee options and option groups * @param? projectKeys (String) comma-separated keys of the projects the assignee search will be limited to * @param? issueKey (String) issue key of the issue that's being edited. May be null. */ {template .assignee} {call JIRA.Templates.Fields.Pickers.User.single data="all"} {param options: $assigneeOptions.options /} {param showDropdownButton: true /} {param userType: 'assignee' /} {param type: 'assignee-picker' /} {param containerClass: 'long-field' /} {param additionalAttributes}data-use-new-endpoint={$useNewEndpoint}{/param} {/call} {if $isLoggedInUserAssignable} {/if}
{/template}