Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 21:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×I am trying to write script for CQL Pagelabel search. I am using existing code available in script runner document. I am getting below error for page label object. Can you please help me on what library need to Import?
As per error , label class is missing, you can just add below line to import it.
import com.atlassian.confluence.labels.Label
And looks like you might be looking at old example from scriptrunner, have a look at below link -> https://scriptrunner.adaptavist.com/5.6.9/confluence/CustomCqlFunctions.html#_inline_script
Thanks you Ankit! yes, I added label class and the code is working now. One more quick question related to this topic. I was trying to use the CQL Function in "CQL Macro" but I am getting below error.
Query I used in macro: content in CQLLablelSearch("Finance")
Could not parse cql: content in CQLLabelSearch("Finance")
Any Idea?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Label class is missing . Please add it
import com.atlassian.confluence.labels.Label
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.