I have 2 groups, Manager and Directors. I want to create a 3rd group, Approvers exactly with members of Managers and Directors. Can I add Managers and Directors to the Approvers group as group "members"?
Hi,
No, Confluence itself cannot deal with nested groups.
However, if you connect Confluence to Active Directory (LDAP), and manage the groups in AD, you can use nested groups within AD. The nested groups can be resolved by Confluence properly.
See docs here: https://confluence.atlassian.com/doc/managing-nested-groups-229838455.html
Tibor
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, you can't.
In this case, you should use Roles, create a new "Approvers" roles and assign these two groups to it. then you can assign users of this role to specific permission or condition or user custom field values..
https://confluence.atlassian.com/jira/managing-project-role-membership-185729456.html
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.
Unfortunately not.
If there are hundreds of users in Managers and Directors group then i would recommend using the CLI plugin for it.
You can get the list of users from this command
jira --action getUserList --group "testgroup2" --outputFormat 2
And you can add users to the 3rd group with thiscommand
jira --action addUserToGroupWithFile --file "src/itest/resources/addUserToGroupWithFile.csv" --autoGroup
Rahul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the answers, we'll manage the groups in AD.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.