https://github.com/wiltonsr/trellojson2kanboard
Plugin for Importing Trello Projects from JSON Files to Kanboard.
https://github.com/wiltonsr/trellojson2kanboard
hacktoberfest kanboard kanboard-plugin
Last synced: 3 months ago
JSON representation
Plugin for Importing Trello Projects from JSON Files to Kanboard.
- Host: GitHub
- URL: https://github.com/wiltonsr/trellojson2kanboard
- Owner: wiltonsr
- License: mit
- Created: 2019-04-05T16:46:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-03T12:15:31.000Z (over 1 year ago)
- Last Synced: 2024-12-16T12:14:16.538Z (10 months ago)
- Topics: hacktoberfest, kanboard, kanboard-plugin
- Language: PHP
- Homepage:
- Size: 298 KB
- Stars: 18
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
TrelloJSON2Kanboard
==============================Plugin for Importing Trello Projects from JSON Files to Kanboard.
Donate to help keep this project maintained.
Author
------- Wilton Rodrigues
- License MITRequirements
------------- Kanboard >= 1.0.35
- PHP curl Extension (**Optional**, necessary to import attachments)TODO
------------- [ ] Add support to download attachments
Installation
------------You have the choice between 2 methods:
1. Download the zip file and decompress everything under the directory `plugins/TrelloJSON2Kanboard`
2. Clone this repository into the folder `plugins/TrelloJSON2Kanboard`Note: Plugin folder is case-sensitive.
When the plugin is installed, the option "Import Trello JSON" appears on the top menu of the main Kanboard dashboard:

Exporting JSON Data From Trello
-------------------------------Each Trello board needs to be exported individually. These screenshots illustrate the process (this reflects the Trello web UI as of August, 2021).
First, open a board and click the "... Show menu" button:

On the menu, expand the "... More" option:

Select the option to "Print and export":

From the "Print and export" menu, select the option to "Export as JSON":

This will deliver a raw JSON dump via the web browser. Right click in the browser and select "Save as..." in order to download from a file:

After downloading this JSON file, use the new "Import Trello JSON" option on the main Kanboard dashboard to import the Trello board.