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

Managing groups in Confluence v4.1.2.

kim jungmin February 4, 2013

I am a manager of the confluence(v4.1.2) in our company.

Since there are lots of members and groups, it is difficult to manage them.

So I am wondering that there is any way to find out spaces or pages which a certain group is used for a access permission in group management menu.

I am looking forward to hearing your answer.

1 answer

0 votes
RianA
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.
February 4, 2013

You could achieve this from the SQL query.

SELECT s.SPACENAME, sp.PERMGROUPNAME, sp.PERMUSERNAME FROM SPACEPERMISSIONS sp JOIN SPACES s ON sp.SPACEID = s.SPACEID WHERE PERMTYPE = 'VIEWSPACE';

Hope it helps.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events