Last active
November 8, 2015 23:33
-
-
Save tobynet/5c9604ed81cd16eb07b6 to your computer and use it in GitHub Desktop.
【調査】Trello にデータをインポートする方法 ref: http://qiita.com/toby_net/items/f55dbe3581c6ced6bbd1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. インポート元の Google Spread Sheet を作っておく。 | |
+. 一行目を Name, Description とした2列を作成 | |
*. 2行目以降は、 タスク名, 詳細(markdown形式) で書いていく | |
2. インポート先の Trello のボードとリストを作っておく | |
4. [Create Trello cards from new Google Sheet spreadsheet rows](https://zapier.com/zapbook/zaps/124/create-trello-cards-from-google-spreadsheet-rows/) から順に設定 | |
5. 気長に待つ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment