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
I didn't find any information stored on the db for that.
Regards,
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Ian,
You could employ increased logging levels in tandem with the SQL query mentioned above. To have more information on group addition actions:
log4j.logger.com.atlassian.confluence.user.crowd=DEBUG |
The article for such configuration can be reviewed here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.