Hello, community!
jira:adminPage
module now supports two new properties useAsConfig
and useAsGetStarted
.
You can now:
- add an extra page entry in the
jira:adminPage
module and mark it withuseAsConfig: true
to create a configure page that will be linked from the Manage apps page - add an extra page entry in the
jira:adminPage
module and mark it withuseAsGetStarted: true
to create a get started page that will be linked from the Manage apps page - have up to three-page entries at the same time in
jira:adminPage
module:- default admin page entry that will be displayed on the sidebar
- configure page entry that will be displayed in the app details section on the Manage apps page
- get started page entry that will be displayed in the app details section on the Manage apps page
For more information, see the description of the Jira admin page module