Forums

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

How to count pages with labels

Natalia Fedorenko
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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

Natalia Fedorenko
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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