<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Gwilym Pugh</title>
    <description>The latest articles on DEV Community by Gwilym Pugh (@gwilym_ge).</description>
    <link>https://dev.to/gwilym_ge</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3862257%2Fe9dd681c-ea95-4d97-a0a8-83f63e913afc.png</url>
      <title>DEV Community: Gwilym Pugh</title>
      <link>https://dev.to/gwilym_ge</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/gwilym_ge"/>
    <language>en</language>
    <item>
      <title>How to Structure a monday.com Workspace for Multi-Department Operations</title>
      <dc:creator>Gwilym Pugh</dc:creator>
      <pubDate>Sun, 05 Apr 2026 14:43:00 +0000</pubDate>
      <link>https://dev.to/gwilym_ge/how-to-structure-a-mondaycom-workspace-for-multi-department-operations-5d98</link>
      <guid>https://dev.to/gwilym_ge/how-to-structure-a-mondaycom-workspace-for-multi-department-operations-5d98</guid>
      <description>&lt;p&gt;When your company hits 30-50 people across three or more departments, your monday.com instance stops being a collection of boards and starts being an architectural decision. How you structure workspaces, boards, and permissions at this stage determines whether the platform scales with you or becomes another tool people work around.&lt;/p&gt;

&lt;p&gt;I've set up monday.com for companies across construction, recruitment, financial services, and healthcare. The pattern is consistent: teams that think about workspace architecture early save themselves a painful restructuring 6-12 months later. Teams that don't end up with 200 boards scattered across one workspace, no naming conventions, and permissions that either lock everyone out or let everyone see everything.&lt;/p&gt;

&lt;p&gt;Here's what I've learned about structuring workspaces for multi-department operations.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Single-Workspace Trap
&lt;/h2&gt;

&lt;p&gt;Most companies start with one workspace. Marketing has their boards, Sales has theirs, Operations has theirs. It works until it doesn't.&lt;/p&gt;

&lt;p&gt;The breaking point usually comes from one of three places:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Permission sprawl.&lt;/strong&gt; Your HR team has a board tracking employee reviews. It's in the same workspace as the marketing content calendar. Everyone can see both. You can set board-level permissions, but with 40 boards in one workspace, managing individual board permissions becomes a full-time job.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Information overload.&lt;/strong&gt; When someone opens monday.com, they see every board in the workspace. A salesperson doesn't need to see the engineering sprint board. A recruiter doesn't need to see the finance reporting dashboard. But they're all there, cluttering the sidebar.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Naming collision.&lt;/strong&gt; Marketing has a "Tasks" board. Operations has a "Tasks" board. Engineering has a "Tasks" board. Search becomes useless.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Multi-Workspace Model
&lt;/h2&gt;

&lt;p&gt;The fix is straightforward: one workspace per department or functional area. A typical structure for a 40-person company:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Company Account
├── Sales &amp;amp; CRM (workspace)
│   ├── Deals Pipeline
│   ├── Contacts
│   ├── Accounts
│   └── Sales Reports Dashboard
├── Operations (workspace)
│   ├── Project Delivery
│   ├── Resource Planning
│   ├── Client Onboarding
│   └── Ops Dashboard
├── Marketing (workspace)
│   ├── Content Calendar
│   ├── Campaign Tracker
│   ├── SEO Pipeline
│   └── Marketing Dashboard
├── HR &amp;amp; Admin (workspace)
│   ├── Recruitment Pipeline
│   ├── Employee Directory
│   ├── Leave Tracker
│   └── Onboarding Checklist
└── Company-Wide (workspace)
    ├── All-Hands Meeting Notes
    ├── OKRs / Goals
    ├── IT Requests
    └── Cross-Department Projects
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Each workspace has its own membership. Sales team members are added to the Sales workspace. They can see everything in Sales, nothing in HR. If someone needs cross-department visibility (like a COO), they're added to multiple workspaces.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Cross-Department Problem
&lt;/h2&gt;

&lt;p&gt;Separate workspaces solve the permission and clutter problems. They create a new one: how do departments share data?&lt;/p&gt;

&lt;p&gt;A sales deal that closes needs to trigger an operations onboarding workflow. A marketing campaign needs to reference the sales pipeline to calculate ROI. A new hire in HR needs to appear on the IT equipment provisioning board.&lt;/p&gt;

&lt;p&gt;Monday.com solves this with &lt;strong&gt;connected boards&lt;/strong&gt; and &lt;strong&gt;mirror columns&lt;/strong&gt;. Here's how they work in practice:&lt;/p&gt;

&lt;h3&gt;
  
  
  Connected Boards
&lt;/h3&gt;

&lt;p&gt;A board relation column lets you link items on one board to items on another board, even across workspaces. Your Deals board in the Sales workspace can have a column that connects each deal to a Project on the Operations board.&lt;/p&gt;

&lt;p&gt;When a salesperson closes a deal, they link it to the corresponding project. Operations can now see which deal originated the project. Sales can see the project delivery status without leaving their workspace.&lt;/p&gt;

&lt;h3&gt;
  
  
  Mirror Columns
&lt;/h3&gt;

&lt;p&gt;Once boards are connected, mirror columns let you pull specific data from the connected board into your current view. Operations doesn't need to open the Sales workspace to see the deal value or client contact. They create a mirror column that reflects that data from the Deals board.&lt;/p&gt;

&lt;p&gt;The data stays in one place (the Deals board owns the deal value). The mirror just displays it. If Sales updates the deal value, the mirror updates automatically.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Practical Pattern
&lt;/h3&gt;

&lt;p&gt;For a typical sales-to-operations handoff:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Sales workspace&lt;/strong&gt; has a Deals board with a "Connected Project" column (board relation to Operations &amp;gt; Project Delivery)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Operations workspace&lt;/strong&gt; has Project Delivery board with mirror columns pulling Deal Value, Client Contact, and Close Date from the connected deal&lt;/li&gt;
&lt;li&gt;An automation fires when Deal Status changes to "Won": create an item on Project Delivery, link it to the deal, notify the operations lead&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The same pattern works for any cross-department workflow: marketing-to-sales lead handoff, HR-to-IT equipment provisioning, client onboarding across sales and operations.&lt;/p&gt;

&lt;h2&gt;
  
  
  Naming Conventions That Scale
&lt;/h2&gt;

&lt;p&gt;This sounds mundane until you have 80 boards and can't find anything. Establish conventions early:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Boards:&lt;/strong&gt; &lt;code&gt;[Department] - [Purpose]&lt;/code&gt; or &lt;code&gt;[Department] - [Entity Type]&lt;/code&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Sales - Deals Pipeline&lt;/li&gt;
&lt;li&gt;Ops - Project Delivery
&lt;/li&gt;
&lt;li&gt;HR - Recruitment Pipeline&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Groups within boards:&lt;/strong&gt; Use consistent status-based names&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;New / Incoming&lt;/li&gt;
&lt;li&gt;In Progress / Active&lt;/li&gt;
&lt;li&gt;Review / Approval&lt;/li&gt;
&lt;li&gt;Done / Archived&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Views:&lt;/strong&gt; Name views by audience or purpose&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;"My Tasks" (filtered to current user)&lt;/li&gt;
&lt;li&gt;"This Week" (filtered by date)&lt;/li&gt;
&lt;li&gt;"Client: [Name]" (filtered by client)&lt;/li&gt;
&lt;li&gt;"Manager Overview" (summary/dashboard view)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Permission Architecture
&lt;/h2&gt;

&lt;p&gt;Monday.com has three permission levels that matter for workspace design:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Workspace membership:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Members&lt;/strong&gt; can see and edit all boards in the workspace&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Viewers&lt;/strong&gt; can see but not edit&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Board-level permissions:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Editable by everyone in the workspace&lt;/li&gt;
&lt;li&gt;Editable by board owner only (others can view)&lt;/li&gt;
&lt;li&gt;Private (only invited members)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Column-level permissions (Enterprise plan):&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Restrict who can edit specific columns&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The practical setup for most companies:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Role&lt;/th&gt;
&lt;th&gt;Workspaces&lt;/th&gt;
&lt;th&gt;Permission&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Department staff&lt;/td&gt;
&lt;td&gt;Own department + Company-Wide&lt;/td&gt;
&lt;td&gt;Member&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Department manager&lt;/td&gt;
&lt;td&gt;Own department + any they oversee&lt;/td&gt;
&lt;td&gt;Member&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;C-suite / leadership&lt;/td&gt;
&lt;td&gt;All workspaces&lt;/td&gt;
&lt;td&gt;Member or Viewer&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;External contractors&lt;/td&gt;
&lt;td&gt;Specific boards only (via guest access)&lt;/td&gt;
&lt;td&gt;Guest&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;Key principle:&lt;/strong&gt; Default to workspace-level membership for simplicity. Only use board-level restrictions for genuinely sensitive boards (compensation data, performance reviews, legal matters).&lt;/p&gt;

&lt;h2&gt;
  
  
  Automations Across Workspaces
&lt;/h2&gt;

&lt;p&gt;Cross-workspace automations are where the real operational value lives. The three most valuable patterns:&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Status-triggered item creation
&lt;/h3&gt;

&lt;p&gt;"When a deal moves to Won in Sales, create a project in Operations."&lt;/p&gt;

&lt;p&gt;This eliminates the manual handoff where someone in Sales emails Operations to say "we closed the deal, can you set up the project?" The project appears automatically with all relevant deal data mirrored.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Date-based notifications
&lt;/h3&gt;

&lt;p&gt;"When a project delivery date is 7 days away, notify the account manager in Sales."&lt;/p&gt;

&lt;p&gt;This keeps Sales informed about delivery timelines without requiring Operations to send manual updates. The account manager can proactively reach out to the client before delivery, not after.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Status-based dashboard updates
&lt;/h3&gt;

&lt;p&gt;"When a project status changes to Complete, update the client health score on the Accounts board."&lt;/p&gt;

&lt;p&gt;This creates a feedback loop between delivery and relationship management. If every project is delivered on time, the account health reflects that. If projects are consistently late, Sales sees the impact on client relationships.&lt;/p&gt;

&lt;h2&gt;
  
  
  Common Mistakes
&lt;/h2&gt;

&lt;p&gt;After setting up workspaces for dozens of companies, these are the patterns I see teams get wrong:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Too many workspaces.&lt;/strong&gt; One team created a separate workspace for every client project. With 30 active clients, the workspace list became unmanageable. Rule of thumb: workspaces map to departments or functions, not to individual projects or clients.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Too few boards in a workspace.&lt;/strong&gt; The opposite problem: cramming everything into three mega-boards with 50 groups each. If a board has more than 10-12 groups, it probably needs to be split into separate boards.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;No Company-Wide workspace.&lt;/strong&gt; Cross-departmental initiatives (OKRs, all-hands action items, IT requests) need a shared space. Without it, these items end up scattered across department workspaces or worse, in email.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Automations without ownership.&lt;/strong&gt; Someone builds 30 automations connecting Sales to Operations. That person leaves. Nobody knows which automations exist or what they do. Document every automation with a name, description, and owner. Keep a simple registry board: Automation Name, Trigger, Action, Owner, Last Updated.&lt;/p&gt;

&lt;h2&gt;
  
  
  Getting Started
&lt;/h2&gt;

&lt;p&gt;If you're restructuring an existing monday.com instance:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Audit what exists.&lt;/strong&gt; List every board, who uses it, and which department it belongs to. You'll probably find boards nobody uses and boards that should be merged.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Design workspaces on paper first.&lt;/strong&gt; Map departments to workspaces. Identify cross-department data flows. Decide which boards need connected columns.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Migrate one department at a time.&lt;/strong&gt; Move their boards to a new workspace, set up permissions, and let them run for a week before moving the next department.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Build cross-workspace connections last.&lt;/strong&gt; Get each workspace stable before adding the complexity of connected boards and automations.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;For a detailed walkthrough of workspace setup including permissions and governance, I've written a &lt;a href="https://www.migratetomonday.com/resources/guides/monday-workspace-tutorial/" rel="noopener noreferrer"&gt;workspace structure tutorial&lt;/a&gt; that covers the full process.&lt;/p&gt;

&lt;p&gt;The workspace architecture you choose today will either make monday.com feel like a unified operating system for your company, or like a slightly fancier collection of spreadsheets. The difference is 2-3 days of thoughtful planning upfront.&lt;/p&gt;

</description>
      <category>projectmanagement</category>
      <category>saas</category>
      <category>productivity</category>
      <category>nocode</category>
    </item>
  </channel>
</rss>
