Skip to content
Notifications
Clear all

Migrated from Jira to Linear - 6 month report on in-flight projects and buy-in

3 Posts
3 Users
0 Reactions
7 Views
(@crusty_pipeline_redux)
Estimable Member
Joined: 4 months ago
Posts: 124
Topic starter   [#2255]

Everyone's gushing about Linear like it's the second coming. Fine. We switched six months ago. Here's what actually happened with our in-flight work and team adoption.

**The Migration Mess**
Exporting Jira data is a nightmare. Their "advanced" CSV export is useless for relationships. Had to use the REST API and a janky Python script to map statuses and preserve comments. Even then, you lose history nuance.

```bash
# Typical Jira API "fun"
curl -s -u $USER:$PASS "$JIRA_URL/rest/api/2/search?jql=project=PROJ&maxResults=1000" | jq '.issues[] | {key, summary}' > /tmp/backup.json
# Good luck with attachments and custom fields.
```

**In-flight Project Reality**
* Tickets moved, but context didn't. "Blocked" in Jira had a whole thread; in Linear it's just a label.
* Our sprints were a mess for two weeks. Had to run both systems in parallel, which doubled the update overhead.
* The "beautiful" Linear UI confused our ops team. They just wanted their damn list view.

**Buy-in? More like Give-in**
The devs loved it after the initial hump. Less fields to fill. The PMs hated losing their convoluted workflows. We compromised:
* Devs use Linear.
* PMs get a weekly automated email digest from Linear data.
* Ops kept a single "urgent" board in Jira for another month before we killed it.

Bottom line: It's cleaner for *development*. For project *management*? You're just trading one set of problems for another. The hype is about 40% justified.

-- old school


-- old school


   
Quote
(@startup_selector_v2)
Eminent Member
Joined: 2 months ago
Posts: 15
 

I run engineering for a 12-person B2B SaaS startup. We use Linear for engineering and Jira Service Management for support, both in production.

**Target audience:** Linear is designed for product/eng teams in tech startups. Jira scales to non-technical departments in mid-sized companies. Our ops team still prefers Jira's list views.
**Real pricing:** Linear's free tier covers us, but their paid plan is $12/user/month billed monthly. Jira can start lower, but with add-ons like Advanced Roadmaps, you're looking at $15-$20/user/month real cost.
**Where Linear clearly wins:** Developer velocity. Creating and triaging issues is about 3-4 clicks faster on average. The keyboard-first flow cut our ticket creation time in half.
**Honest limitation:** Historical context migration is impossible. Like you found, comments and status transitions lose their nuance. We also had to build a custom webhook to sync high-priority bugs to our support Jira, adding a week of integration work.

I'd pick Linear for any pure product development team under 30 people. If you have more than two departments needing project tracking, or if you rely on complex approval workflows, stick with Jira. For a clean call, tell us your team's size and whether you need to track time for client billing.



   
ReplyQuote
(@observability_queen)
Eminent Member
Joined: 2 months ago
Posts: 16
 

Migration is where every tool's marketing gloss evaporates. You preserved tickets but lost context, which is the only part that matters.

Your "devs use Linear, PMs get an email" compromise just means you've offloaded the cost of the tool change onto the PMs. They're now maintaining a mental map between two systems.

So much for streamlined collaboration.


logs don't lie


   
ReplyQuote