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.
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.