Skip to content

Dashboard: export / import / share a workspace config #101155

Description

@100yenadmin

Back up, share, and clone a dashboard.

Part of the Modular Dashboard roadmap — see the tracker #101136. Builds on Wave 1 (#101093; PRs #101094 / #101097 / #101098).

Problem

There's no way to export, share, or import a dashboard's configuration. An operator who tunes a workspace across many tabs and widgets can't hand it to another business, restore it after a wipe, or check it into version control.

What this adds

  • Export of workspace.json (or a chosen tab subset) to a portable file.
  • Import that re-validates and re-applies it as a live workspace.
  • Custom widgets from an import go through the same approval gate as any other custom widget.

How it'd be built

Serialize/deserialize through the existing validators (extensions/dashboard/src/schema.ts) rather than a new format. Apply an import via dashboard.workspace.replace, which already exists for bulk agent authoring, and route any imported custom widgets through the L5 approval flow before they render.

References

Tier 4 — distribution.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Normal backlog priority with limited blast radius.clawsweeper:needs-maintainer-reviewClawSweeper marked this issue as needing maintainer review before automation.clawsweeper:needs-product-decisionClawSweeper marked this issue as needing a product or behavior decision.clawsweeper:needs-security-reviewClawSweeper marked this issue as needing security-sensitive review.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.impact:securitySecurity boundary, credential, authz, sandbox, or sensitive-data risk.impact:ux-frictionUser-facing flow adds avoidable confusion or support burden without fully blocking progress.issue-rating: 🌊 off-meta tidepoolIssue quality rating does not apply to this item.maturity:stableIssue affects a taxonomy feature currently scored M4/M5.staleMarked as stale due to inactivity

    Type

    No type

    Fields

    Priority

    None yet

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions