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

How to know which spaces are allowed to visit by user or group easily?

Joaquín Núñez June 22, 2022

We have similar groups maybe duplicating access to some spaces.

I would like to clean and unify groups but I do not know how which spaces are related to each group.

Is there any option to see easily?

EX. Group xxxxxx: permission access to spaces...... (lis of spaces)

1 answer

0 votes
Srinatha T
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 22, 2022

Hi @Joaquín Núñez ,

Welcome to Atlassian community. 

I hope you have the access to Database. If you have then you can run the following query to fetch group permissions on spaces. 

 

select s.spacekey, s.spacename, sp.permtype AS "Permission", sp.permgroupname AS "Group"
from spacepermissions sp
    JOIN spaces s on sp.spaceid = s.spaceid
WHERE sp.spaceid in (select spaceid from spaces)
and sp.permgroupname is not null
and sp.permgroupname != ''
I hope the info helps. Have a good day.
Thanks,
Srinath T
Joaquín Núñez June 22, 2022

Hi Srinatha T

Thanks for the answer. I will check (access to Database)

Like Srinatha T likes this
Srinatha T
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 22, 2022

@Joaquín Núñez , sure. 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events