Hi,
In my Forge app, I’m using jiraServiceManagement:portalRequestCreatePropertyPanel
module. One important thing missing is displayConditions
property. How I handle to make it appear only for some specific form is using the code.
This is not a best practices since it’s very prone to error. One more thing is the forge app iframe code still appear in the form but you can’t see it since it didn’t contain anything. The problem is the empty iframe default height still there. So, you will notice some empty gaps between the form and the submit button. Imagine if you have multiple forge app and the empty gaps will be increase.
Another issue is user will see the warning message related to the permissions in all forms if I forgot to share my Forge app because the code to make it show only in specific form didn’t run due to other user didn’t has permission.
Is there any plan to include displayConditions
property in JSM modules?
Thank you.