linear-cli 0.2.6

A powerful CLI for Linear.app - manage issues, projects, cycles, and more from your terminal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "id": "issue_uuid",
  "identifier": "LIN-123",
  "title": "Fix login bug",
  "description": "Steps to reproduce...",
  "priority": 2,
  "url": "https://linear.app/team/issue/LIN-123",
  "createdAt": "2024-01-01T12:00:00.000Z",
  "updatedAt": "2024-01-02T12:00:00.000Z",
  "state": { "name": "In Progress" },
  "team": { "name": "Engineering" },
  "assignee": { "name": "Ada Lovelace", "email": "ada@example.com" },
  "labels": { "nodes": [ { "name": "bug", "color": "#F59E0B" } ] },
  "project": { "name": "Auth" },
  "parent": { "identifier": "LIN-1", "title": "Auth workstream" }
}