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: