Report on Confluence articles owners

Matteo September 7, 2023

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/)

2 answers

0 votes
Matteo September 11, 2023

Hey Andrii! Thanks for your reply.

There is an additional field on my Confluence which is Owner

Owner.png

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..?

0 votes
Andrii Maliuta
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 7, 2023

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'

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events