Searching Groups Information

Ian Mason April 14, 2014

Is it possible to query the confluence database to find out when a group was created and by whom?

2 answers

2 votes
Fabio Racobaldo _Herzum_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 14, 2014

Hi Ian,

in order to retrieve when group has been created you can just perform the following query :

select * from cwd_group where group_name = 'YOUR_GROUP_NAME';

you can see when the related group has been created/updated into created_date/updated_date columns.

Hope this helps.

Fabio

Fabio Racobaldo _Herzum_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 22, 2014

I didn't find any information stored on the db for that.

Regards,

Fabio

Ian Mason April 22, 2014

Are there any parameters for searching who created a group?

Ian Mason April 22, 2014

Thanks Fabio!

0 votes
Guilherme Nedel [Atlassian]
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 24, 2014

Hello Ian,

You could employ increased logging levels in tandem with the SQL query mentioned above. To have more information on group addition actions:

  1. Edit <install-dir>/confluence/WEB-INF/classes/log4j.properties
  2. Search for 'Embedded Crowd logging'
  3. Change this line to DEBUG level logging (default set at INFO initially)
log4j.logger.com.atlassian.confluence.user.crowd=DEBUG

The article for such configuration can be reviewed here.

Ian Mason May 1, 2014

If we increased the embedded crowd logging, it will return a field that gives us a user that created the group? Thanks! - Ian

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events