For example, I have a group called QA with 2 groups nested inside.
If I run the following query, I don't see any results:
assignee in membersOf(QA)
If I run the following query, I see results as expected:
assignee in membersOf(QA-Admin) or assignee in membersOf(QA-offshore)
It should work, we have something similar here (using Jira & Crowd). If it's not working then I suspect that there is something wrong with the setup of your QA group. Even with nested groups, they appear as flat, at least using Crowd. So QA group would appear as having 4 users (whos memberships are controlled by the QA-* groups).
Where are the groups coming from? What version of Jira/Crowd are you using? What happens when you view the QA group in the admin screen of the Jira? Does it show any users?
Thanks for the response Matthew. We are using JIRA 4.4.3, and I've created the groups directly inside of JIRA admin.
Using JIRA admin, my QA group displays 0 users, but in the nested user group section, it correctly reports both chilldren user groups exist inside of QA. Each child group correctly reports the correct # of users inside.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.