Jira cloud add-on configuration page -
i have troubles when creating configuration page plugin (add-on). use jira cloud.
i use module configurepage display configure button when open plugin info on manage add-ons page. when click on button configuration page opens , looks works expected.
but still have issues it.
- configuration page opens full page, need opens panel (see attach)
- i managed display web-section , web-item on left panel of add-ons page, can't open configure page. redirect me https://_hash_.ngrok.io/configure, wanted redirect https://_sub-domain_.atlassian.net/plugins/servlet/ac/com.company.jira-plugin/configure
my atlasian-connect.json file (only modules):
"modules": { "configurepage": { "url": "/configure", "name": { "value": "code quality configure page" }, "key": "config" }, "webitems": [ { "location": "admin_plugins_menu/admin-plugins-section", "key": "admin-plugins-section-configure", "url": "/configure "name": { "value": "configure" } } ], "websections": [ { "location": "admin_plugins_menu", "weight": 50, "name": { "value": "code quality" }, "key": "admin-plugins-section" } ] }
screenshots:
what have:
configurepage module:
webitems module:
what want:
Comments
Post a Comment