Configure button not available for App [development]

Tried with different options but did not get Configure/getting started button on manage apps.
The first two pages should be there under my development app with the below config. Getting the sidebar admin page option for third config though.

Can someone please help me to find out the issue?

jira:adminPage:
    - key: admin-page-example-hello-world-configure-page
      resource: admin-resource
      title: App -> Configure
      resolver:
        function: resolver
      useAsConfig: true
    - key: admin-page-example-hello-world-started-page
      resource: admin-resource
      title: Getting Started
      resolver:
        function: resolver
      useAsGetStarted: true
    - key: admin-page-example-hello-world-configure-page1
      resource: admin-resource
      title: Configure AI API
      resolver:
        function: resolver
      useAsConfig: false

1 Like

Hi @SandeepK1 ,

I’m unable to get this working either so I’ve raised an issue: FRGE-1291: Get started and configure options not working for Jira Forge apps.

Regards,
Dugald

3 Likes

Hi @SandeepK1 ,

FYI, the issues was fixed within Jira by toggling a feature flag.

Regards,
Dugald

3 Likes

Thanks. Can you please share the feature flag if I can change.

@SandeepK1 , the feature flag is within Jira and you can’t change it. It should always be on from now (or the feature switching code removed).

2 Likes