How to count pages with labels

Natalia Fedorenko November 20, 2019

I would like to get a count of the number of pages in a space with specific labels.

I wrote the macros, but it doesn`t work. Error: Error occurred rendering template content

I have found similar questions, but there aren`t any answers to my problem.

I will be very happy with any helps.

## @Param space:title=Space|type=spacekey|desc=Введите ключ пространства
## @Param Label:title=Label|type=string|required=true|multiple=true|desc=Введите метки для подсчета.


#set( $labelManager = $action.LabelManager )
#set( $labRef = $labelManager.getLabels($paramLabel) ) 
#set( $pages = $labelManager.getContentInSpaceForAllLabels(0,100,$paramSpace,$labRef) )

$pages.size()

 

1 answer

0 votes
Mirek
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 20, 2019
Natalia Fedorenko November 20, 2019

unfortunately, I have already tried all solution on these questions - It doesn't work.

I wrote a solution like https://community.atlassian.com/t5/Confluence-questions/confluence-page-properties-report-macro-method-to-total-count/qaq-p/349805

I have changed some methods for multiple and so I have an error

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events