-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Forge - Jira page modules
-
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
- Create a simple "Hello World" Forge app using the Jira CLI template jira-project-settings-page.
- Deploy and install the app — it appears correctly in project settings.
- Add the following to manifest.yml:
displayConditions:isSiteAdmin: true - 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