Hi Atlassian Community,
I’ve developed a Forge app intended to serve as a “custom landing page” for users interacting with our Jira Service Management project. The goal is to create a “professionally designed, user-friendly UI” (think branded visuals, interactivity, layout flexibility) that can be accessed directly “without requiring users to log in” — i.e., publicly accessible.
Here are the key requirements:
- The page must be hosted “within Jira” (Forge-based or native Jira module — no external servers).
- It must be “publicly accessible” (support anonymous/unlicensed access).
- It should support “full UI customization” — ideally allowing for rich, responsive interfaces (e.g., via Forge UI Kit or Custom UI).
- It must serve as a “standalone landing page”, not just a small component or embedded section.
What I’ve Already Tried:
-
“Forge Global Pages”
Offers UI flexibility.
Does “not” support
unlicensedAccess
, hence login is still required. -
“Portal Modules (
portalFooter
, etc.)”Supports unlicensed access.
Limited scope — can’t be used as standalone landing pages, and support minimal UI customization.
-
“Global project permissions and anonymous access configurations”
Tried enabling anonymous access for the project.
Still doesn’t expose the Forge page to unauthenticated users.
-
“Atlassian Connect with externally hosted UI”
Technically possible, but requires separate server infrastructure, OAuth setup, and ongoing maintenance — which I’d prefer to avoid.
-
“Confluence public pages integrated with Jira”
Public access supported and allows some customization.
However, this is not inside Jira and involves using another product.
My Question:
-
Is there “any officially supported way” to expose a “Forge (or Jira-native)” landing page that:
-
Is “publicly accessible” (no login required),
Supports “rich UI customization”, and
Can be hosted “entirely within the Jira environment”?
If not currently possible, is there any known workaround or is support for such functionality on the roadmap?
Thanks in advance for your guidance and recommendations.