We need to rename groups. We need the workaround to do this whether it be a plugin or the SQL statements to perform this as some of these groups have 100+ users. Recreating these are not an option due to the large user memberships involved.
You must do this via SQL as it cannot be accomplished within Confluence.
First, backup your SQL database. Then run this simple modification to the cwd_group.
Just modify the group_name field to whatever you would like the group named
The SQL statement to run is as follows:
Update cwd_group set group_name='<new_group_name>', lower_group_name='<new_group_name>' where lower_group_name='<old_group_name>';
Be aware that this only renames the group itself.
Membership does not get transferd this way. The group will be empty.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey there,
There are some workarounds described in the "rename groups" feature request:
https://jira.atlassian.com/browse/JRA-1391
Be sure to back up your data before you try any script or database workaround.
Please vote for and comment on the feature request as well so we can get this thing prioritized.
-Simon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have a groovy (Script Runner) script that will accomplish this, with a little manual intervention. Please see comment dated January 22 at https://jira.atlassian.com/browse/JRA-1391 and attached files.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not sure what product this was submitted for. JIRA is mentioned below with an associated ticket (JRA-1391). Confluence is being tracked at https://jira.atlassian.com/browse/CONF-13571 .
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.