Install the CLI:
yarn global add @linear/import
or
npm i -g @linear/import
Run interactive importer:
linear-import
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 descriptionURL
- URL of Jira issuePriority
- Issue priorityIssue key
- Used to build backlink to original Jira issueIssue 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
Clubhouse workspaces can be imported into a Linear team from the CSV export file. It only imports chores
, features
, and bugs
.
Following fields are supported:
Name
- Issue titleDescription
- Clubhouse markdown formatted descriptionTasks
- Appended to the descriptionExternal Tickets
- Appended to the descriptionState
- Mapped to the most similar Linear statusType
- Added as a labelTags
- Added as labelsOwners
- Story owner (only the first is preserved)URL
- URL of Clubhouse story, also appended to the descriptionCreated 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
- Automatic image uploads
- Assignees (pick from a list)
- Created at (requires API change)