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.

  1. configuration page opens full page, need opens panel (see attach)
  2. 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:

configurepage module

webitems module:

webitems module

what want:

enter image description here


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -