You can no longer publish Connect apps on the Atlassian Marketplace. All new extensibility features will be delivered only on Forge.
Refer to this blog post for our timeline to end Connect support.
Have an existing Connect app? You can incrementally migrate it to Forge.
If your app needs to provide a configuration or administration screen, we recommend adding a link and page to the Apps section of Jira administration (global settings).
For web sections:
admin_plugins_menu
For web items:
1 2... "modules": { "webSections": [ { "key": "example-menu-section", "location": "admin_plugins_menu", "name": { "value": "Example app name" } } ], "webItems": [ { "key": "example-section-link", "location": "admin_plugins_menu/example-menu-section", "name": { "value": "Example app link" }, "url": "/example-section-link" } ] } ...
The properties required for this location are the standard ones defined in the documentation for web sections and web items.
Rate this page: