Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 911 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 911 Bytes

LinearToSpace

A utility for importing projects and issues from Linear to Jetbrains space

How it works

  1. Configure a Python 3.10+ virtual environment and install all the dependencies in requirements.txt
  2. Create an application and application permanent token on Jetbrains Space App on Jetbrains Image
  3. Provide the necessary permissions for the application Configure Permissions Image
  4. Create a Personal Key on Linear Personal Key Image
  5. Run the main.py file

What's not added

Feel free to make a PR to enable this functionalities

  • Importing members into a project
  • Checking whether an issue exists on Jetbrains before creating it. We completely avoid this by not creating issues for a project that already exists
  • Custom Fields