Hi I want to make an automation that is triggered if the pages ancestor is "Knowledge"
I see I have to use the page ID to do do this, but I would like to do this with page title, so that I can apply the automation to any space and any page that has an ancestor titled Knowledge.
Is there any way to achieve this?
I don't think so.
CQL would need a feature called "subqueries" and then you could write something like this:
ancestor in (title = "Knowledge")
...but subqueries are not available.
Note that JQL (the similar query language in Jira) does not support subqueries, either, but there are apps for JQL that implement that concept.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.