The GTM Provider Directory
Commercial✓ Use with Deepline today

Linear

Use for creating/updating issues, listing team issues by state/priority. Get team IDs with list_teams first, then create/list issues in specific teams.

Recently updated
2 days ago
0 community mentions
Entry · Deepline integration

Tasks you can run with Linear on Deepline

Linear is wired into Deepline. 5 actions are available out of the box, runnable from the CLI or as a column step in an enrichment spreadsheet.

Quick start

deepline enrich --input leads.csv --output leads.enriched.csv --with 'result=linear_create_issue:{"title":"{{title}}","team_id":"{{team_id}}"}' --json
Use for creating/updating issues, listing team issues by state/priority. Get team IDs with list_teams first, then create/list issues in specific teams.

Available actions

Create Issue

Create a new issue in a specific team. Requires team_id — use linear_list_teams first if you don't have it.

deepline enrich --input leads.csv --output leads.enriched.csv --with 'result=linear_create_issue:{"title":"{{title}}","team_id":"{{team_id}}"}' --json
fixed0 credits/unit

Get Issue

Fetch full details of a single issue by UUID or human-readable identifier (e.g. \"ENG-123\"), including comments.

deepline enrich --input leads.csv --output leads.enriched.csv --with 'result=linear_get_issue:{"issue_id":"{{issue_id}}"}' --json
fixed0 credits/unit

List Issues

List or search issues by team, state, priority, assignee, or label. Returns paginated results with cursor support.

deepline enrich --input leads.csv --output leads.enriched.csv --with 'result=linear_list_issues:{}' --json
fixed0 credits/unit

List Teams

List all teams in the workspace. Use this to discover team IDs and keys before creating or filtering issues.

deepline enrich --input leads.csv --output leads.enriched.csv --with 'result=linear_list_teams:{}' --json
fixed0 credits/unit

Update Issue

Update an existing issue's title, state, priority, assignee, or description by issue UUID or identifier (e.g. \"ENG-123\").

deepline enrich --input leads.csv --output leads.enriched.csv --with 'result=linear_update_issue:{"issue_id":"{{issue_id}}"}' --json
fixed0 credits/unit
Entry · Field reports

What people are saying about Linear

Real quotes from 4 cited sources across Reddit, HN, X, G2, and community forums.

Contribute · Review

Share your experience with Linear

No vendor influence — your review is published as-is. Post anonymously or with your name.

Post anonymously

Questions mentioning Linear

0 questions reference this provider.

No questions mention Linear yet.

Ask a Question

Quick Facts

Community Mentions
0

All opinions are community-sourced from real GTM practitioners. No vendor can claim or edit this page.