plane
plane copied to clipboard
[feature]: Import from JSON
Is there an existing issue for this?
- [X] I have searched the existing issues
Summary
Ich habe Plane auf einem Raspberry Pi installiert. Auf diesem funktioniert das angegebene Installationsskript nicht. Ich musste das Github Projekt klonen und die Docker container selbst bauen. In Zukunft möchte ich von einem Raspberry Pi auf eine verlässlichere Plattform (Rack-Server oder Intel NUC artiger Mini PC) wechseln. Um einen Umzug zu ermöglichen, würde ich gerne die Export-Daten meiner Plane Projekte in einer neuen Instanz importieren können. Das ist scheinbar nicht möglich.
Why should this be worked on?
Auch andere Personen werden den Fall haben, dass einen Umzug einer selbst gehosteten Instanz anstehen kann. Durch eine Import-Funktion des JSON Exportes können die Daten auf einer neuen Instanz mit einer anderen Architektur problemlos importiert werden.
Translated From German 🇩🇪 to English 🇬🇧 and adding another use case: Summary I installed Plane on a Raspberry Pi. The specified installation script does not work on this. I had to clone the Github project and build the Docker containers myself. In the future I would like to switch from a Raspberry Pi to a more reliable platform (rack server or Intel NUC-like Mini PC). To make a move possible, I would like to be able to import the export data of my Plane projects into a new instance. That's apparently not possible.
Why should this be worked on? Other people will also have the opportunity to move a self-hosted instance. Using an import function in the JSON export, the data can be easily imported to a new instance with a different architecture.
Other use case When trying to migrate from another management tool not as popular as Jira or Github, the json import is mandatory, as most of tools provides a Json export. Then transform the json file exported with JMESPath (or other tools) to fit the Plane Json format.
any news on this ?