Hi everyone,
We are currently in the process of porting our server plugins to Cloud and are now working on JSM functionality that requires us to add a panel to certain JSM request forms. We are creating this using Forge and the jiraServiceManagement:portalRequestCreatePropertyPanel module.
This seems to work well with the exception of the height of the panel that is shown in in the request form. The iframe that contains the panel seems to limit the height to 112px, which is too small for our use case since we are showing a map for the user to select a position relating to the request. We have tried to change the value for “viewportSize” in the manifest file for the app, but this seems to make no difference to the actual size of the panel.
Has anyone else come across this and found out how to increase the size? From what we can tell this is not an issue with the similar module used in Connect apps, but we would obviously prefer not to create any new Connect apps at this point.