I am writing a user macro to search a page/pages using CQL with the code below
##Test property
## @param PageTitle:title=Page Title|type=string|required=true|desc=Your page title
## @param Space:title=Space Key|type=string|required=true|desc=Your space title
## @param MetadataName:title=Metadata Name|type=string|required=true|desc=Your metadata name
#set ($cqlSearchService=$content.class.forName('com.atlassian.confluence.api.service.search.CQLSearchService'))
$cqlSearchService.countContent("type in (page, blogpost) and space = MNT and title ~ 'Project Start Request %' ");
However, the line below throws an exception
$cqlSearchService.countContent("type in (page, blogpost) and space = MNT and title ~ 'Project Start Request %' ");
How can I see the error log for the user macro? How can I even log one? Did I miss something on the code?
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.