I have a custom panel but cannot post/put update my supabase data to my custom field id so It populates it for users to select. Also was wondering - can you put an issue panel in create issue field?
Let me help address a few points from your request:
- To send or receive data from an external application in Forge, you need to configure egress permissions in your
manifest.yml
file (see: https://developer.atlassian.com/platform/forge/runtime-egress-permissions/). - The Issue Panel and Issue Custom Field are distinct modules. You cannot store any “field values” within a panel, but a Custom Field allows you to store values that can be used in JQL searches, exported, etc. In your case, it might be better to use the Custom Field module (https://developer.atlassian.com/platform/forge/manifest-reference/modules/jira-custom-field/).
1 Like