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 allows for per-project configuration options, you can use a Project Admin Tab Panel within that project's Settings section for users to configure your app in the context of that project. The project settings section supports web sections for your app to define one or more links (such as the location for a Project Admin Tab Panel).
For web sections:
atl.jira.proj.config
1 2... "modules": { "webSections": [ { "key": "example-menu-section", "location": "atl.jira.proj.config", "name": { "value": "Project admin app" } } ], "jiraProjectAdminTabPanels": [ { "location": "example-menu-section", "url": "/admin", "weight": 100, "name": { "value": "App page" }, "key": "admin-panel" } ] ...
The properties required for this location are the standard ones defined in the documentation for web sections.
Adds panels to the project summary area.
webPanel
1 2... "modules": { "webPanels": [ { "key": "example-panel", "location": "webpanels.admin.summary.left-panels", "name": { "value": "Example panel" } } ] } ...
key
string (^[a-zA-Z0-9-]+$)
location
webpanels.admin.summary.left-panels
or webpanels.admin.summary.right-panels
.name
Rate this page: