WebItem with target dialog shows an annoying empty menu when clicked ¯\_(ツ)_/¯

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:

Screenshot 2023-05-11 at 11.14.24 PM

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? :slight_smile:

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! :dart:

1 Like