linear-import

Import issues from CSV or JSON files. Use when bulk-creating issues from external data.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "linear-import" with this command: npx skills add finesssee/linear-cli/finesssee-linear-cli-linear-import

Import

# Import from CSV
linear-cli im csv issues.csv -t ENG

# Preview without creating (dry run)
linear-cli im csv issues.csv -t ENG --dry-run

# Import from JSON
linear-cli im json issues.json -t ENG

# JSON round-trip (export then re-import)
linear-cli exp json -t ENG -f backup.json
linear-cli im json backup.json -t ENG

CSV Format

CSV files need a header row. Supported columns: title, description, priority, status, assignee, labels, estimate, dueDate.

Status, assignee, and labels are resolved by name automatically.

JSON Format

JSON files should be an array of issue objects matching the export format.

Flags

FlagPurpose
-t TEAMTarget team (required)
--dry-runPreview without creating
--output jsonJSON output

Exit Codes

0=Success, 1=Error, 2=Not found, 3=Auth error

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

linear-list

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

linear-create

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

linear-search

No summary provided by upstream source.

Repository SourceNeeds Review