How to Portal Reques tCreateProperty Panel conditions?

I want to display a Forge app in a specific request type, jiraServiceManagement:portalRequestCreatePropertyPanel.

Are there any conditions I can refer to?

modules:
  jiraServiceManagement:portalRequestCreatePropertyPanel:
    - key: ekahauservice-hello-world-portal-request-create-property-panel
      resource: main
      resolver:
        function: resolver
      render: native
      title: ekahauservice
      conditions:
        - condition: request_type_equals
          requestTypes:
            - "Eakhau"
          projectKey: LIS

Hey @LogicalisTW,

The jiraServiceManagement:portalRequestCreatePropertyPanel module does not yet support display conditions or the conditions property. We’re currently tracking the need for this support under FRGE-1661 - could you please ensure you vote on this ticket and leave a comment with your use case.