Install depedencies:
yarn install
Run interactive importer:
yarn cli
It's recommended to only import open issues to keep your Linear account more manageable.
Open GitHub issues can be imported with your personal access token from GitHub's API.
Supported fields:
- Title
- Description
- Labels
- (Optional) Comments
Jira project can be imported into a Linear team from the CSV export file.
Following fields are supported:
Summary
- Issue titleDescription
- Converted into markdown and used as issue descriptionPriority
- Issue priorityIssue Type
- Added as a label- (Optional)
Release
- Added as a label
Asana projects can be imported into a Linear team from the CSV export file.
Following fields are supported:
Name
- Issue titleNotes
- Converted into markdown and used as issue descriptionPriority
- Issue priorityTags
- Added as a labelAssignee
- Issue assignee
Pivotal Tracker projects can be imported into a Linear team from the CSV export file. It only imports chores
, features
, and bugs
.
Following fields are supported:
Title
- Issue titleDescription
- Converted into markdown and used as issue descriptionLabels
- Added as a labelOwned By
- Story ownerURL
- URL of Pivotal Tracker storyCreated at
- Preserves the story creation date
Trello board can be imported into a Linear team from the JSON export file, which can be obtained by going into Board → Show Menu → More → Print and Export → Export as JSON.
Following fields are supported:
Name
- Issue titleDescription
- Trello markdown formatted descriptionURL
- URL of Trello cardLabels
- Added as a label
Linear CSV exports (Settings → Import / Export → Export CSV) can be imported into Linear again. You can use this to import issues from one workspace to another. Archived issues won't be imported.
Following fields are supported:
Title
- Issue titleDescription
- Issue descriptionPriority
- Issue priorityStatus
- Issue state (workflow)Assignee
- Issue assigneeLabels
- Added as a label
- Automatic image uploads
- Assignees (pick from a list)
- Created at (requires API change)