Forums

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

CQL to find labels added to pages within a given timeframe

Sam Campbell
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!
August 25, 2025

Hello,

I am hoping to use CQL to find labels added to pages within a given timeframe using CQL.

The idea being, I would like to get a list of pages that had a specific label added to them within say the last 24 hours.

I was thinking something along the lines of:

type = page and label = 'example-label' AND <label addition time filter here>

I am not seeing much documentation on a filter for when a label was added to a page.

Is this possible to do with CQL?

1 answer

1 accepted

0 votes
Answer accepted
Bill Sheboy
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.
August 25, 2025

Hi @Sam Campbell -- Welcome to the Atlassian Community!

Short answer: I do not believe that is possible with built-in features.

There are no changelog-related operators for CQL: https://developer.atlassian.com/cloud/confluence/advanced-searching-using-cql/#field-reference

And, I do not believe there are any publicly available REST API endpoints to get or query the changelog for pages and content.

 

Kind regards,
Bill

Sam Campbell
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!
August 25, 2025

Thanks for confirming Bill. I had a feeling it wasn't available either. I'll just have to query all pages with the label routinely to see what is new on the list.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
ENTERPRISE
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events