Here's my situation. We have a LDAP directory which contains users and their group memberships. However, not all groups are useful in JIRA. Some are used for other applications.
I'll give an example:
"user1" is member of "jira.group1", "jira.group2" and "notjira.group1"
Currently, when user1 logs in, all 3 groups are created in JIRA.
I'd like to make only groups in "jira." format be created automatically on login.
I've looked at this doc as suggested in other Answers posts, but that's not quite what I need. I want any user on that LDAP to be able to connect to JIRA regardless of the groups they belong to, I just don't want useless groups to be created when users belong to groups used in other apps.
Thanks for any help!