Are customer portal panels supported?

Hello,

I am trying to do a “connect-to-forge” PoC for my Connect App. I am following guide How to adopt Forge from Connect and stuck on the Part 3. Manifest looks valid but after I ran forge deploy I receive following errors:

395:2   error    invalid value 'jira:serviceDeskPortalRequestCreatePropertyPanels' in connectModules  valid-connect-module-required

407:2   error    invalid value 'jira:serviceDeskPortalRequestViewDetailsPanels' in connectModules  valid-connect-module-required

419:2   error    invalid value 'jira:serviceDeskPortalRequestViewPanels' in connectModules  valid-connect-module-required

I also checked results with --no-verify flag and here is the error which I encounter:

Error: Deployment failed (requestId: XXX)

No matter what is in mentioned modules every time I receive the same error so I assume it is a problem with the connectModule type itself.

Are Custom Portal panels supported in “connect-to-forge” nowadays?

Best regars,
Łukasz

I’ve scheduled for the team to look into this first thing on Monday, Australia time, and provide a response. Cheers! We’re here to help you come on this journey.

2 Likes

Hey @lszarecki,

The team is actively looking into this and I’ll provide an update as it progresses. For now, it looks like the inclusion of any JSM related modules will prevent deployments.

I’ve also opened FRGE-1348 to track this bug.

Cheers,
Sean

2 Likes

Hi @lszarecki,

A quick update on this; the three modules which you’ve shared should now be supported. You will need to use the --no-verify flag when using forge deploy until the next version of the Forge CLI is made available, however should no longer receive errors in your deployment.

We are continuing to expand support for other JSM modules and will update FRGE-1348 as this progresses.

2 Likes