{namespace JIRA.Templates.JQLAutoComplete} /** * * This template renders terminology hint in advanced JQL autocomplete when a single terminology term match results. * @param originalNamePlural original plural name of the matched term * @param newNamePlural new plural name of the matched term */ {template .terminologyHintSingle}

{getText('jira.terminology.jqlautocomplete.hint.single', $originalNamePlural, $newNamePlural)} {sp}{getText('common.concepts.learn.more')}

{/template} /** * * This template renders terminology hint in advanced JQL autocomplete when both terms are present in results. * @param sprintNewName new plural name for sprint * @param epicNewName new plural name for epic */ {template .terminologyHintMultiple}

{getText('jira.terminology.jqlautocomplete.hint.multiple', $sprintNewName, $epicNewName)} {sp}{getText('common.concepts.learn.more')}

{/template}