Hi,
How can we rename user group (also default groups) in JIRA and confluence?
Thank you!
Hi!
we had the same issue with our own confluence installation. We had to rename groups. The bulk move was no option as all permissions would be lost in that case. So we backed up up the database and used the following queries:
Update cwd_group set group_name='new_group', lower_group_name='new_group' where lower_group_name='old_group'; Update content_perm set groupname='new_group' where groupname='old_group'; Update spacepermissions set permgroupname='new_group' where permgroupname='old_group';
These queries seem to preserve members and applied space permissions as well as page restrictions (Confluence 5.7.4). Please assure that the new group names match the requirements (lowercase only...). For for updating the group names in page restrictions you have to restart your server instance after the change.
Once again, make sure you back up your confluence instance before doing this.
You should also take a look at the related answers here: https://answers.atlassian.com/questions/98523
best regards
sry, didn't see that you are on cloud. That might limit your possibilities here. apologies.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello there,
Unfortunately it's currently not possible. We have improvement requests for both JIRA and Confluence, but for JIRA it's been confirmed from our development team that they are not planning to add this functionality in the near future. I suggest you vote and comment for the Confluence request.
The only workaround would be creating a new group and bulk move users from the old group to this new group.
Let us know should you have any questions, thank you.
Kind regards,
Luiz Maia
Atlassian Support
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.
It's not a move, it's "add the users to the new group, then delete them from the old one"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
it's also very manual - you'll need to find all the places the group was used and replace it with the new one.
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.