How do I create pages on the left hand sidebar for an Jira App with multiple admin pages?

https://developer.atlassian.com/platform/forge/jira-full-page-modules/#apps-with-multiple-admin-pages

I created an Jira App with,

jira:adminPage: (template)

How do I create sidebar like “Page:1, Page:2, Page:3” , if user click it, it should navigate to user preferred page.

You add an array of pages to your admin page in the manifest: https://developer.atlassian.com/platform/forge/manifest-reference/modules/jira-admin-page/#subpages

1 Like