It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
I've a newish site. While experimenting with workflows and space permissions I set up some groups I no longer need or want. Some of these groups were used to set group permissions on content in various spaces. Now that the groups have been deleted and are entirely gone the permission entries are irrelevant and useless.
I haven't been able to discover a way to remove a group permission once it has been set. The zombie permission fields are harmless, but they look silly and clutter the page.
Hello Lurker,
Unfortunately this is a problem indeed. But this avoids users that have LDAP and something is messed up there, these groups would be removed and everything would be missing permissions.
So this is why we don't remove the groups permissions. However we can provide you an SQL Query to remove them:
DELETE FROM SPACEPERMISSIONS WHERE PERMGROUPNAME='GROUPNAME';
This would remove the groups, just change 'GROUPNAME' to your desired groupname. Keep in mind to perform a backup before proceeding with any SQL Delete.
Cheers,
Guilherme
This community is celebrating its one-year anniversary and Atlassian co-founder Mike Cannon-Brookes has all the feels.
Read moreTo anyone who doubts that Atlassians are a little too obsessed with collaboration, and tools related thereto, let me describe a recent discussion we had (which took place on our internal Confluence, ...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.