You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
With Automation for confluence now live, I was wondering if there is a way (via CQL) to query for "Page Status" in confluence?
May I ask what automation action you want to fire based on the Confluence page status?
Hi @Levente Szabo _Midori_ . My goal is to have an administered status for pages (ie. not to us tags) and to be able to automate documentation "freshness" checks. The CQL would provide the metadata for the lifecycle of the document. Some documents can be marked "Don't review" and be ignored (via the CQL), others in different statuses could then have notification workflows automatically kicked off, or associated Jira Tickets created to track the "updates" to the docs.
Thx
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In this case, I recommend looking into the dedicated Confluence lifecycle management solution, Better Content Archiving for Confluence. After becoming a go-to tool for Data Center and Server, it is now available for Cloud as well.
Better Content Archiving allows you to create your own set of statuses with their CQL definitions and build your content status schemes. The app automatically classifies content based on your rules and you can launch content review workflows using notification emails.
The app is prepared for processing a large number of pages in enterprise Confluence sites, and the UI is also geared toward managing many spaces and pages conveniently.
As a next step of the launch process, automatic archiving of Confluence pages will also be available.
(Please note that I'm part of the team developing Better Content Archiving for Confluence.)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the product info.
Honestly, would rather fix via automation because it is a simple use case that really doesn't need to have larger reoccurring monthly cost. Hopefully this information is exposed to CQL in the future.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Ken Young did you get this resolved?
It doesn't look like we have access to anything like "page.status" in the documentation at https://developer.atlassian.com/server/confluence/advanced-searching-using-cql/. However, there is access to labels ... but I don't see a way to copy the status to the labels.
fwiw, we use Workflows for Confluence for approvals in a "draft" space that, once approved, get published to a "public" space
EDIT: I created an issue for this at CONFCLOUD-75625
Vote for it!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the reply. We are already utilizing quite a few plugins, so trying to avoid adding another one. We will just us Jira until this becomes an available feature.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Heya @Ken Young ,
I believe the CQL you are looking for is the following:
space = "xxx" AND status = XXX
I hope this helps and let me know if you have any other questions!
Kind Regards,
Ashley Hudson
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I couldn't seem to find this in the CQL docs. Thank you Ashley.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sweet! Glad I could help! :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I spoke to soon--- I am getting the error:
No field exists with the name: 'status
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Man, sooooo close. I am looking for the exact same. Did you figure it out, @Ken Young ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Kristján Geir Mathiesen No solution. To be honest I haven' tried again. I haven't been looking at release notes to see if this was exposed yet.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I didn't work for me, either. I got the same error message as @Ken Young ... Weird.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
G-Day @Ken Young
We can relate to the need to have an administered status for pages and to be able to automate documentation relevance checks. This is why our team has delivered Handy Page Status and Handy Page Status Report functionalities based on the following data to ace in our reporting journeys with help of our Handy Macros for Confluence
The report can be administered by the following data:
And can look like this:
Feel free to check out and play with these macros of Handy Macros for Confluence to elevate page status administration
Best wishes.
Anastasia
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.