Combining pageManager.getPage() and user macro parameter

Anders Felter February 27, 2020

Hi All

Could anyone explain what I am missing with this small user macro:

## @Param Childpage:title=Childpage ID|type=string|required=true

#set($parentpages = $pageManager.getPage($paramChildpage).getParent().getId())
$parentpages

What I try to achieve is to: 1) enter a valid pageID into the parameter "Childpage" and 2) have the user-macro return the parent page.

It works if I skip the parameter and enter a pageID directly into ...getPage(_some_pageID_). But I have no luck getting a result when using $paramChilpage - macro output is: $parentpages

I have found a couple of community-solutions working with <spacekey> and <pagetitle> that go into getPage() - but I need to find parent pages based on pageID only.

Pleased to hear.

/Anders

1 answer

1 accepted

0 votes
Answer accepted
Anders Felter February 28, 2020

Found the solution in an other thread... @Davin Studer had the trick: 

Convert user macro param (here: $paramuplimit) like below:

$generalUtil.convertToInteger("$paramuplimit")

Thanks for helping me out :-)

Brgds Anders

Matt Walsh November 24, 2020

Possible for you to expound? What did you need to convert to integer?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events