🛠 This page is for engineering teams self-hosting their own Lightdash instance. The organization roadmap is an Enterprise feature and is currently in beta.
The organization roadmap is a read-only page under Settings → Roadmap where organization admins can see every feature request their organization has raised with Lightdash, its current status (Backlog, Building, Shipped, Canceled), and links to the public GitHub issue and delivering pull request.
The data is served by a Lightdash-operated roadmap service. Your instance’s backend fetches it on behalf of signed-in users — your browser never connects to the service directly, and the service never connects to your instance.
Requirements
- An Enterprise license key — the roadmap service authenticates your instance with the same Enterprise license key your deployment already uses.
- Your organization enabled on the roadmap service — your license must be linked to your organization on the Lightdash side. Contact your Lightdash representative to get this set up. Until then, the Roadmap page shows “Your roadmap isn’t set up yet”.
- The feature flag enabled on your backend and scheduler containers:
If you already enable other feature flags, append it comma-separated:
Network egress
If your environment restricts outbound traffic, allow HTTPS (port 443) from your Lightdash backend to:
This is outbound-only and read-only: your instance requests your organization’s roadmap and receives curated data back. No data about your instance, users, or usage is sent beyond the license key used for authentication.
What your organization can see
Only your own organization’s feature requests are returned — each instance’s license is bound to its organization on the service side, and requests for any other organization are refused. Items only appear on the roadmap once they have a public GitHub issue, and the fields shown (title, description, status, links) are limited to what is already public there.