Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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'
Moin Sobhan
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 3, 2025

Hi Andrii,

Is User_Key API token? Can you describe more detail?

Thanks,

Moin 

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 3, 2025

Hello @Moin Sobhan  ,

I meant the key of the user as the unique identifier. Please note that currently ACCOUNT_ID is used and user_key is deprecated.

E.g. https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users/#api-rest-api-3-user-get API is used to get user details by username or accountId.

The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, 5b10ac8d82e05b22cc7d4ef5.  

 

Suggest an answer

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

Atlassian Community Events