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.

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Script Runner Inline script error with Confluence

SankaraRao_Kalagadandu September 30, 2020

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?

 

Scriptrunner_Code_Error1.jpg

1 answer

1 accepted

0 votes
Answer accepted
Ankit Dahiya
Contributor
September 30, 2020

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

SankaraRao_Kalagadandu September 30, 2020

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?

Nishant Paraskar May 11, 2021

Label class is missing . Please add it

import com.atlassian.confluence.labels.Label

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events