I started using forge to create some own apps in Jira. Particularly Jira dashboard widgets with custom UI. I want to have a simple widget with an iframe where you put in a URL, and it will show the iframe. I believe due to protection you cannot achieve this with the UI kit (not all URL's)
I have created the app with forge. Then when I deploy and install it on my website, it just isn't there with the gadgets. Just to try, I've tried with UI kit and it does work.
To get to specifics, when I create the app I use "jira-dashboard-gadget-custom-ui". The app is deployed and installed, and it is added in the developer console. I've also tried deleting the app, uninstalling, re-creating and re-installing (no changes to the code). At first, I thought it might be because it is custom UI and there is nothing coded yet, but the default does include some kind of code for the edit and view part.
I can also find documentation for custom UI apps and dashboard widgets with UI kit but never dashboard widgets with custom UI documentation, which makes this all the harder.
Is there someone with knowledge about this that could help me? Or maybe some point out some documentation that I missed or that could help me. Right now I am just stuck not being able to develop anything.
Hope someone is able to help
Hey @Wessel de Jongh ,
I'd recommend dropping a copy of the question here The Atlassian Developer Community
The link is to a developer focused community, and you might get a better response there.
My 2 cents for debugging the current issue, open your Browser Developer Console and check the Console for any errors when you try to add Gadgets, sometimes the log there might give you a clue. Another method would be to enable a deeper level of logs, or in verbose Debugging, to get a better idea if something is breaking in the backend.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.