Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

how to rename a group (default group also)?

MihaiF
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 4, 2015

Hi, 

How can we rename user group (also default groups) in JIRA and confluence?

Thank you!

2 answers

2 votes
Lukas Knoch -Rumpelcoders-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 5, 2015

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

Lukas Knoch -Rumpelcoders-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 5, 2015

sry, didn't see that you are on cloud. That might limit your possibilities here. apologies.

2 votes
Luiz Maia
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 5, 2015

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

Huy Nguyen
Contributor
April 12, 2018

How do you do a bulk move of users?

Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 13, 2018

It's not a move, it's "add the users to the new group, then delete them from the old one"

Randy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 11, 2018

it's also very manual - you'll need to find all the places the group was used and replace it with the new one.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events