The portalPageService method "createPortalPageByClone" returns null

Paridhi Agarwal June 11, 2017

Hi,

I am creating a dashboard through custom plugin in JIRA (v7.2.9). Here is the code -

JiraServiceContext dashboardUserAdminServiceCtx = new JiraServiceContextImpl(dashboardUser); // Getting the service context for the project lead/Dashboard admin

PortalPage dashboardPortal = new PortalPage.Builder().name(dashBoardName).owner(dashboardUser).permissions(projectLevelPermission).build();

dashboardPortal = portalPageService.createPortalPageByClone(dashboardUserAdminServiceCtx, dashboardPortal, templateDashboardId, true);

The problem is-

"portalPageService.createPortalPageByClone" is returning null value.

I have debugged the code and also checked that no null argument value is passed to 'createPortalPageByClone' method.

Please help me how to resolve this issue.

Thanks in advance.

0 answers

Suggest an answer

Log in or Sign up to answer