My atlassian connect json configs like below:
"webItems": [{
"key": "my-dialog",
"location": "operations-operations",
"name": {
"value": "my dialog"
},
"target": {
"type": "dialogmodule",
"options": {
"key": "my-dialog-key"
}
}
}],
"dialogs": [{
"url": "/my-dialog-path",
"key": "my-dialog-key",
"options": {
"size": "small",
"chrome": false
}
}]
but this works in my issue view page operations menu.
it is not working in issue list page issue option.
any help on this really appreciated. Let me know if any more clarifications required.