I am looking for a list of users who have edited articles over the last year.
I would also happily take a list of articles that were edited in the last year if it also included the names of the people who edited them.
Is it possible to get a report like that?
Hi,
with ‘Contributors’ Macro, you can get a list of contributors sorted by Last Contribution Time. You need to specify scope of spaces(keys) to search.
https://confluence.atlassian.com/conf65/contributors-macro-939701199.html
For your second question, I guess ‘CQL Search’ Macro will help only if you search for list of pages updated by a specific users. (e.g. pages that are contributed by Someone over the last year) :
CQL= contributor in (@ username) and created > now("-1y") and type IN (page)
https://developer.atlassian.com/server/confluence/cql-field-reference/
but for more complicated results, as Aline said you need to use database queries.
Hi Meredith,
I do not think Confluence offers this solution out-of-the-box.
What you can do is to query the Database to gather such information.
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.