Hi,
how is it possible to use CQL to query the page properties from the "Page Properties" macro (https://confluence.atlassian.com/conf67/page-properties-macro-945103079.html).
If you take a look into the documentation the "Deadline" property is used. I would like to query like
page.properties["Team"] = Purple Monkeys.
Hint: We do have the Script runner plugin installed.
(Bigger Picture: We like to query all pages and properties and render an Organigramm out of that data. We really would like to do this automatically with page properties and some ScriptRunner magic)
Hi Andreas, did you find out how to query page properties via CQL?
Hi @Lukas Test , no I did not find an easy solution. I would now go through all pages and parse the XML for the property macro and the desired value.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You may use CQL in the page properties report macro to query pages where the page properties macro has been used: Page Properties Report Macro.
I hope that helps with your project.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Ann,
Thank you for your fast response.
I am more looking to a CQL or programmatic solution then further process the information in our own script runner code.
Regards,
Andreas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Have you found any way to do this? I was trying to do some automation using page properties as well but I can't see the properties or their values on the page from inside CQL.
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.