%@ page import="com.atlassian.core.user.GroupUtils, com.atlassian.jira.ComponentManager" %> <%@ page import="com.atlassian.jira.security.util.GroupSelectorUtils" %> <%@ page import="com.opensymphony.user.Group" %> <%@ page import="java.util.Collection" %> <%@ page import="java.util.Iterator" %> <%@ page import="com.atlassian.jira.config.properties.ApplicationProperties" %> <%@ page import="com.atlassian.jira.config.properties.APKeys" %> <% ApplicationProperties ap = ComponentManager.getInstance().getApplicationProperties(); %>
Here you can specify a 'display' name for each group.
Once display names have been assigned, you can:
Users will then see a list of 'display' names for groups, which the permission scheme will interpret as specifying the mapped group.
<% } else { %> External user management is enabled. If you would like to be able to specify a 'display' name for each of your groups, disable external user managment. Contact your Administrator. <% } %>