Atlassian has announced the timeline for Connect's phased end-of-support.
From Sep 17, 2025, only Forge apps can be submitted to the Atlassian Marketplace. All new extensibility features will be delivered only on Forge.
Have an existing Connect app? Find out how to incrementally adopt Forge from Connect.
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: