Hey all.
We have developed an amazing Atlassian Connect extension, and we have defined a webItem to show a dialog when clicked.
Please look at this screenshot:
When you click on our webItem, it shows an empty menu, with a fullscreen blanket with tint, and on top of it the dialog modal.
The dialog modal works fine and loads fast. But this empty menu is driving me insane. What did I do wrong?
Here’s the relevant json in atlassian-connect.json:
"webItems": [{
"key": "board-links",
"location": "jira.agile.board.tools",
"weight": 10,
"url": "/webpanel?_=1",
"target": {
"type": "dialog",
"options": {
"width": "800px",
"height": "400px",
"chrome": false
}
},
"name": {
"value": "Better Goals \uD83C\uDFAF"
}
}]
Thanks in advance!