Admin configuration page with Forge using custom ui

Hello guys!

I am developing a plugin with Forge using Custom ui and I want to include an Admin configuration setup page wizard like the one in Tempo plugin. I want to include it in the place where I list my applications (picture attached).


How can I do this?

Thank you very much!

1 Like

You use the jira:adminPage module and set the useAsConfig property to true https://developer.atlassian.com/platform/forge/manifest-reference/modules/jira-admin-page/#configure-page

2 Likes