Linear Teams

Teams are the primary organizational unit inside a Linear workspace. Each team has its own issues, projects, cycles, and workflow. Setting up teams correctly keeps work separated and manageable across your organization.

What Is a Team in Linear

A team in Linear is a dedicated space for a specific group of people. Think of it as a separate room within your company's office building. The engineering team works in one room, the design team in another, and so on.

Each team controls its own:

  • Issue list and workflow states
  • Projects and cycles
  • Labels, templates, and integrations
  • Member list and permissions

Team Structure Diagram

Workspace: Acme Corp
    │
    ├── Team: Engineering
    │       Members: Alice, Bob, Carlos
    │       Issues: 120 open
    │       Active Cycle: Sprint 22
    │
    ├── Team: Design
    │       Members: Diana, Eve
    │       Issues: 34 open
    │       Active Cycle: Sprint 22
    │
    └── Team: QA
            Members: Frank, Grace
            Issues: 58 open
            Active Cycle: Sprint 22

Create a Team

Open Settings > Teams and click Create Team. Fill in the team details on the creation form.

Team Creation Fields

FieldDescriptionExample
Team NameThe name displayed across LinearEngineering, Design, QA
Team IdentifierA short prefix for issue IDsENG, DES, QA
Team ColorA color to identify the team visuallyBlue for Engineering
Team IconAn emoji or icon in the sidebar⚙️ for Engineering

The team identifier appears in every issue ID created under that team. The engineering team with identifier ENG produces issues like ENG-1, ENG-2, ENG-3. This makes it easy to reference issues in conversations and code comments.

Add Members to a Team

Go to Settings > Teams > [Your Team] > Members. Click Add Members and search for existing workspace members by name or email.

Only workspace admins or team admins can add and remove team members. Regular members can see the team member list but cannot change it.

Steps to Add a Team Member

  1. Open Settings from the left sidebar
  2. Click Teams, then select the team you want to update
  3. Click the Members tab
  4. Click Add Members and type the person's name
  5. Select their name from the dropdown and confirm

Team Roles and Permissions

Every member added to a team receives a team-level role. This role determines what they can do within that specific team. Workspace admins always have full access regardless of team role.

Team RoleCan Create IssuesCan Edit Team SettingsCan Manage Members
AdminYesYesYes
MemberYesNoNo
GuestNoNoNo

Team Settings

Open Settings > Teams > [Team Name] to access all configuration options for a team. These settings affect everyone in that team.

Important Team Settings

SettingWhat It Does
Workflow StatesDefines the stages an issue moves through (e.g., Todo, In Progress, Done)
Issue EstimatesEnables point-based or time-based sizing for issues
Cycle LengthSets the default duration for each cycle (e.g., 2 weeks)
Auto-archiveAutomatically archives completed issues after a set number of weeks
Triage ModeRoutes new unassigned issues into a triage queue before the team sees them

When to Create Separate Teams

Not every group needs its own Linear team. A good rule is to create a team when a group has distinct work that rarely overlaps with other groups.

Team Creation Decision Guide

SituationRecommendation
Engineering and Design work on the same productOne team with sub-projects works fine
Frontend and Backend teams have separate sprintsCreate two separate teams
A small startup with 3 peopleOne team is enough
A company with 5+ departments shipping independentlyOne team per department

Team Visibility

Teams can be set to public or private. Public teams are visible to all workspace members. Private teams are visible only to the members explicitly added to them.

Use private teams for sensitive work like executive planning or security research where access needs to stay restricted.

Leave a Comment

Your email address will not be published. Required fields are marked *