isSiteAdmin Display Condition Not Working on jira:project-settings-page

XMLWordPrintable

    • Minor

      Issue Summary:

      The isSiteAdmin: true display condition is not functioning for jira:project-settings-page modules. Even though the user is a site admin with the correct permissions, the Forge app does not appear in the project settings.

      Steps to Reproduce

      1. Create a simple "Hello World" Forge app using the Jira CLI template jira-project-settings-page.
      2. Deploy and install the app — it appears correctly in project settings.
      3. Add the following to manifest.yml:
        displayConditions:isSiteAdmin: true
      4. Redeploy and navigate to the project settings page.

      Expected Results

      The app should only appear when the logged-in user is a site admin, per the displayConditions documentation, which explicitly supports isSiteAdmin: boolean

      Actual Results

      Despite being logged in as a site admin, the app disappears. The isSiteAdmin condition isn't recognized, so the app is not displayed.

      Workaround

      Currently there is no known workaround for this behavior. A workaround will be added here when available

            Assignee:
            Unassigned
            Reporter:
            Tatiane Padovani (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: