Hi everyone,
I am using the "Universal Gadgets for JIRA" plugin to create dashboards where I can plugin a REST api and show results.
I have configured the gadget to read a REST API and show its results. But when I try to load the page, the gadget loads blank. I checked the console and found this error:
"Uncaught Error: undefined missing _ujgApiCalls"
I am not sure what I am doing wrong here. Can you please help me.
PS: I understand that this should be raised as a support request to the developers of this plugin, but their support end point (https://jira.brizoit.com/servicedesk) is dead.
I ended up fixing this on my own. The sample script on their documentation page has the module defined as "_ujgCompletedIssues" instead of "_ujgApiCalls". Changing that fixed the issue.
Hi @keval.doshi,
their support is there:
https://brizoit.atlassian.net/servicedesk/customer/user/login?destination=portals
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Thomas. In ended up fixing this on my own as described in the answer below
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.