Linear Projects

A project in Linear groups related issues under one shared goal. Where a team owns all the day-to-day work, a project focuses on a specific outcome — like launching a new feature, fixing a set of related bugs, or completing a quarter's product release.

Projects vs Teams vs Issues

These three concepts are easy to confuse at first. A simple analogy clears it up fast.

Team = A restaurant kitchen (ongoing, always running)
    │
    ├── Project = "Summer Menu Launch" (a specific goal with a deadline)
    │       │
    │       ├── Issue: Create three new appetizers
    │       ├── Issue: Update menu design
    │       └── Issue: Train staff on new dishes
    │
    └── Project = "Kitchen Renovation" (another goal, different scope)
            ├── Issue: Get renovation permits
            └── Issue: Order new equipment

Teams keep working after a project ends. Projects have a start date, a target date, and a clear finish line. Issues are the individual tasks that make a project happen.

Create a Project

Click the Projects link in the left sidebar under your team. Then click New Project in the top-right corner.

Project Creation Fields

FieldDescriptionExample
Project NameA short, clear name for the goalMobile App v2 Launch
DescriptionWhat this project aims to achieveDeliver the redesigned mobile app by Q3
LeadThe person responsible for the projectAlice (Product Manager)
MembersEveryone contributing to the projectAlice, Bob, Carlos
Start DateWhen work beginsJuly 1
Target DateWhen the project should be completeSeptember 30
StatusThe current state of the projectIn Progress

Project Status Options

Linear provides five built-in project statuses. The project lead updates this status as work moves forward.

StatusMeaningWhen to Use
BacklogPlanned but not yet startedFuture projects waiting for capacity
PlannedScheduled with a confirmed start dateProjects starting in the next cycle
In ProgressActively being worked onCurrent active projects
PausedTemporarily stoppedProjects blocked or deprioritized
CompletedAll goals met and work is doneFinished projects
CancelledNo longer being pursuedProjects that will not move forward

Project Overview Page

Each project has a dedicated overview page. This page shows the project description, progress bar, health status, linked issues, and any project updates posted by the lead.

Project Overview Layout

┌─────────────────────────────────────────────────────────────┐
│  Project: Mobile App v2 Launch                              │
│  Lead: Alice   |  Target: Sep 30   |  Status: ● In Progress │
│                                                             │
│  Progress:  ████████░░░░░░░░  52% complete                  │
│                                                             │
│  Description:                                               │
│  Deliver redesigned app by end of Q3                        │
│                                                             │
│  Recent Update (Alice, Jun 10):                             │
│  "Login and dashboard screens are done."                    │
│                                                             │
│  Issues: 24 total  |  13 closed  |  11 open                 │
└─────────────────────────────────────────────────────────────┘

Project Health

Project leads report health status to help teammates and stakeholders understand how a project is tracking against its deadline.

Health StatusWhat It SignalsAction Needed
On TrackProject is progressing as plannedNo immediate action required
At RiskThere are issues that could cause delayIdentify blockers and resolve fast
Off TrackThe project is behind scheduleEscalate, reduce scope, or extend deadline

Linking Issues to a Project

Issues connect to a project through the project field on each issue. When you open any issue, you see a Project field in the right-hand panel. Select the relevant project from the dropdown to link them.

You can also link issues in bulk. Select multiple issues from the issue list, right-click, and choose Set Project to assign them all at once.

Projects Across Multiple Teams

A single project can include issues from different teams. This is useful for cross-functional work where engineering, design, and QA all contribute to one shared goal.

Project: Website Redesign
    │
    ├── ENG-45: Build new homepage (Engineering Team)
    ├── DES-12: Create new visual mockups (Design Team)
    └── QA-8:  Test cross-browser compatibility (QA Team)

All issues appear together inside the project view, even though they belong to different teams. Each team still owns its own issues and workflows.

Project Milestones

Milestones divide a project into smaller checkpoints. Each milestone represents a significant point in the project timeline — like completing a first draft, finishing a beta release, or getting stakeholder approval.

Add milestones inside the project settings. Each milestone has a name, a target date, and the issues attached to it. The project overview shows milestone progress as a separate progress bar per checkpoint.

Leave a Comment

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