Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×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?
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
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.
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.