Skip to content

Workspace Management

The Workspace Management page in the Admin Panel gives instance administrators visibility and control over every workspace on the SetGet instance. You can list workspaces, view their details, suspend or resume them, transfer ownership, and delete workspaces when necessary.

Navigate to Admin Panel > Workspaces or go directly to /backoffice/workspaces.

Workspace list

The workspace list displays all workspaces on the instance in a searchable, sortable table.

ColumnDescriptionSortable
NameWorkspace display nameYes
SlugURL-safe identifierYes
OwnerWorkspace owner (display name and email)Yes
MembersNumber of workspace membersYes
ProjectsNumber of projects in the workspaceYes
StorageTotal storage used by the workspaceYes
StatusActive or SuspendedYes
CreatedWorkspace creation dateYes

Searching workspaces

Use the search bar to find workspaces by:

  • Workspace name (partial match)
  • Workspace slug (partial match)
  • Owner email (partial match)

Filtering workspaces

FilterOptions
StatusAll, Active, Suspended
Created dateDate range picker
Member countMinimum and maximum member count
Storage usageAbove or below a threshold

Workspace details

Click on any workspace in the list to view its detail page.

Overview

FieldDescription
NameWorkspace display name
SlugURL slug (used in URLs: /workspace-slug/)
DescriptionWorkspace description
OwnerCurrent workspace owner
CreatedCreation timestamp
StatusActive or Suspended
LogoWorkspace logo image

Members

A table of all workspace members:

ColumnDescription
UserMember name and email
RoleOwner, Admin, Member, or Guest
JoinedDate joined the workspace
Last ActiveMost recent activity in this workspace

Projects

A summary of all projects within the workspace:

ColumnDescription
ProjectProject name and identifier
LeadProject lead
MembersNumber of project members
Work ItemsTotal work items in the project
CreatedProject creation date

Storage usage

A breakdown of storage consumed by the workspace:

CategoryDescription
Total usageCombined size of all files
AttachmentsFiles attached to work items
Page assetsImages and files in pages
Profile imagesMember avatars uploaded in this workspace context
ExportsGenerated export files
Largest filesTop 5 largest files with sizes

Activity summary

MetricDescription
Work items created (30 days)Number of issues created in the last 30 days
Active members (7 days)Members who performed actions in the last 7 days
Comments (30 days)Comments posted in the last 30 days
Pages (30 days)Pages created or edited in the last 30 days

Suspend workspace

Suspending a workspace prevents all members from accessing it while preserving all data.

  1. Open the workspace detail page.
  2. Click Suspend Workspace.
  3. Optionally enter a reason for suspension.
  4. Confirm the action.

Effects of suspension:

AspectBehavior
Member accessAll members see a "Workspace suspended" message
API accessAll API requests scoped to this workspace return 403
DataFully preserved — nothing is deleted
NotificationsStopped for this workspace
IntegrationsWebhooks and integrations paused
SearchWorkspace content excluded from search results

TIP

Suspension is useful for policy violations, billing issues, or temporary organizational changes. It provides a reversible way to restrict access without losing any data.

Resume workspace

To restore a suspended workspace:

  1. Open the workspace detail page.
  2. Click Resume Workspace.
  3. Confirm the action.

All members immediately regain access. Notifications and integrations resume.

Transfer workspace ownership

Transfer ownership of a workspace from one user to another.

  1. Open the workspace detail page.
  2. Click Transfer Ownership.
  3. Search for and select the new owner by email or name.
  4. Confirm the transfer.

Requirements and effects:

RequirementDetails
New ownerMust be an existing member of the workspace
Previous ownerRemains as a workspace Admin after transfer
BillingIf applicable, billing responsibility transfers to the new owner
PermissionsNew owner receives the Owner role; no other roles change

WARNING

Ownership transfer is a significant action. The new owner gains full control over the workspace, including the ability to delete it, remove members, and change all settings. Verify the intended recipient before confirming.

Delete workspace

Deleting a workspace permanently removes it and all its data. This action is irreversible.

  1. Open the workspace detail page.
  2. Click Delete Workspace.
  3. Review the data that will be deleted.
  4. Type the workspace slug to confirm.
  5. Click Permanently Delete.

Data deleted:

Data typeAction
ProjectsAll projects and their configuration
Work itemsAll issues, comments, and activity
PagesAll wiki/documentation pages
CyclesAll cycle records
ModulesAll module records
ViewsAll saved views
Chat channelsAll channels and messages
LabelsAll workspace labels
AutomationsAll automation rules
File uploadsAll files deleted from storage
MembershipsAll member associations removed
IntegrationsAll integration configurations

WARNING

Workspace deletion permanently destroys all data. Consider suspending the workspace first and allowing a review period before deletion. If the deletion is for compliance reasons, see GDPR / KVKK for proper data handling procedures.

Workspace limits

Instance administrators can set limits that apply to all workspaces or specific workspaces:

LimitDescriptionDefault
Max members per workspaceMaximum number of membersUnlimited
Max projects per workspaceMaximum number of projectsUnlimited
Max storage per workspaceMaximum storage usageUnlimited
Max workspaces per userMaximum workspaces a user can ownUnlimited

Export workspace list

Export the workspace list as CSV for reporting:

  1. Click Export at the top of the workspace list.
  2. Choose columns to include.
  3. Click Download CSV.