Hello,
We are struggling a bit with getting the custom UI into a forge Jira Dashboard Gadget.
Does it support custom UI?
Ref: https://developer.atlassian.com/platform/forge/custom-ui/
So basically pointing to
resources:
- key: example-resource
path: static/hello-world/build
When we do this it fails to render.
Based on the documentation not showing that it has a resource
property like you’d see on other modules that use Custom UI (for example, https://developer.atlassian.com/platform/forge/manifest-reference/modules/jira-global-page/), I would say that it doesn’t currently support Custom UI.
1 Like
Ok, thanks, the CLI was giving me a list of allowed values for the gadget when linting, in that the resource was listed. But that might be general info message.
Thanks
Peter