Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 21:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hi,
I'm trying to find all pages that are created or edited by a user in Confluence.
Is it possible to do that without asking SQL questions?
Regards,
Michael Danielsson
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
normally this would have solved my problem, but unfortunately the user I am filtering for has left the organisation and is not an active user - so the filter doesn't pick them up!.... Is there any way I could ask Atlassian if they could get this filter to work for inactive users as well?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is it possible to reactivate the user long enough to get the report and then deactivate the user again?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unfortunately, our confluence (cloud version) does not have a left bar, not n add filter option, nor "creator". It does have a filters on the right, including "spaces" "Contrubutors", "type" etc, but there is no option to search by the user who created the page. I need to search all pages I created.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm using the Cloud version. It is possible to click in the search field and then return (or select Advanced Search in the list), so that a full advanced search page appear. On the right side, "Contributors" : <Filter by user> is one of many search filters.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You could user the Content by User and Recently Updated macros. It looks like the Content by User macro shows across all spaces and the Recently Updated lets you specify to look across all spaces. You will probably have to de-dupe the recently updated results, but if you are opposed to using SQL that is the easiest way I know to get the pages a user has updated.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
deleted
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Michael,
Try looking here: https://confluence.atlassian.com/display/CONF43/Confluence+Search+Fields
I think you can run a search using something like
username:<a.name>
But I'm no expert.
You can also look at their profile, that has a list of the pages they've worked on. Also, you might be able to use the Latest Updates macro and specifiy the user you're looking for. I think this would have to be done on a space by space basis though.
Cheers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I could not see that this is working 100%
Regards,
Michael Danielsson
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unfortunately, this does not work at all (at least for cloud version). If you try to use username:"first.last" or username:"first.last@myorg.com" in the sites search box, it only brings back pages with "usrename" somewhere in the content.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.