Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

is it possible to alter group names in Crowd?

John KIm
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!
April 28, 2019
we are not allowed to change a group name in Crowd aren't we?

we are aware of it but is there a way to do it manually by forecefully updating dbs? Is this ever allowed to do?

We have set a rule to modify many group names and would like to reflect it with, for instance, following commands, altering 3 tables in Crowd:
========================
update
   cwd_group
set
   group_name = 'sys_bamboo-users'
   , lower_group_name = 'sys_bamboo-users'
where
   group_name = 'bamboo-users';
  
  
update
   cwd_app_dir_group_mapping
set
   group_name = 'sys_bamboo-users'
where
   group_name = 'bamboo-users';
  
  
update
   cwd_membership
set
   parent_name = 'sys_bamboo-users'
   ,  lower_parent_name = 'sys_bamboo-users'
where
   parent_name = 'bamboo-users';
==========================

if we do apply the commands above, do we need to change bitbucket and bamboo as well?


Thanks in advance

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events