I have LDAP connected to my Jira instance. I have successfully filtered the users that are pulled in by only pulling users assigned to one particular group, i.e. Jira_Users.
I've created a filter under the Group Schema Settings to pull the Jira_Users group and Test Engineering group into Jira.
Group Object Filter: (&(objectClass=group)(|(cn=Test Engineering)(cn=Jira_Users)))
When I look at the Groups page in the Administration I see both groups. My Jira_Users group shows all 29 users (this is my dev instance). My Test Engineering group, which includes a subset of those users shows 0. Here's the kicker though and where I think the problem is, The Test Engineering group is made up of nested groups, there are no direct users in this group. When I added another group that does have direct users and users that exist in the Jira_Dev group, the new group showed the 7 users that were in both the new group and the Jira_Dev group.
Example:
So my question is, how do I get Jira to associate the users in the nested groups? By the way I do have nested groups enabled already and that didn't help. I'd rather not update the filter to include the nested groups as that would be a maintenance nightmare as groups are added and removed.
Additional Note: if I add one of the nested groups (i.e. CL Test Engineering)
(&(objectClass=group)(|(cn=CL Test Engineering)(cn=Test Engineering)(cn=Jira_Users)))
, then it shows the 2 users in both CL Test Engineering and Test Engineering. Again this is not really the route I want to go though due to the maintenance that would be involved.