If you click in the Search up in the right-hand corner you can access Confluence advanced search and from here you can specify the users you want to search on and other options.
@Mikael Sandberg - I don't see how to limit the search to only those pages created by a specific user.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
From the advanced search you had search on the contributor which includes the creator. If you only want to search on the creator you have to use CQL in order to do that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Mikael Sandberg - CQL gives us the needed functionality. We will be testing the "CQL Search" add-on. Thank you for putting us on to this.
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.
Hi @Keane Yam you can use CQL
So doing the following search
creator.fullname ~ "Keane Yam"
would show all the pages you created
Hope this helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Owen Wallis, thanks for the reply. Can I ask where I should insert the CQL? I might be doing it wrong but typing it in the search (or advance search) doesnt work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah yep, sorry this is via the REST API
Instructions here https://developer.atlassian.com/cloud/confluence/advanced-searching-using-cql/
Is this something you were hoping to do via the standard search interface?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Curt
You could also achieve your goal here by going to the "Filter by Contributor" section in search, and selecting yourself (or any given user) from the drop-down.
This would reduce your result list to only pages that person has created or modified.
We're looking into improving search refinement. Your feedback is welcome here, if you're open to sharing!
Thanks,
Alli
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Alli Shea - The "creator" filter returns a list of pages that the user created and contributed to. That seems misleading. In this case, one particular user has contributed to hundreds of pages but created a much smaller number. He wants a filter that shows only those pages he created. He does receive notifications (emails) when any of the pages he created are updated. He is looking for a way to generate a list that he can review on a period basis without needing to maintain a separate page (or spreadsheet) of his pages that he has to maintain manually. Why do it manually when the computer should be able to do it for him without any effort on his part?
As we get busier, we have less time to do things manually when a script or filter can do it automatically with no effort other than setting up the script or filter and running it. We are placing greater value on processes that can be automated.
Thank you for hearing our need and for giving us the opportunity to contribute.
Best regards,
curt...
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.