Is there any way of creating a report to capture which Confluence pages are owned by a specific user? It doesn't look like CQL allows it (https://developer.atlassian.com/server/confluence/cql-field-reference/)
Hey Andrii! Thanks for your reply.
There is an additional field on my Confluence which is Owner
I tried to use the REST API but I get
No field exists with the name: 'owner'
So I assume it cannot be queried in this way..?
Hello @Matteo ,
If you mean AUTHOR, then you can use
cql = creator = user_key
for REST API:
https://site.atlassian.net/wiki/rest/api/content/search?cql=creator='USER_KEY_HERE'
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.