focalboard/import
Chen-I Lim 0e10f52317
Import jira (#1561)
* Load and parse xml

* Priority and status

* Replace foreach

* type property

* explicitArray false

* Parse description html

* Use turndown to convert html

* Allow optional priority

* Import assignee and reporter as Select

* Store original URL

* Created date

* Created date

* Update readme

* .gitignore

* Update readme

* Update import readme

* Fix readme

* Update import/jira/README.md

Fix typo.

Co-authored-by: Scott Bishel <scott.bishel@mattermost.com>

* Remove commented out line

* Add basic Jest test

* Test that import was complete

Co-authored-by: Scott Bishel <scott.bishel@mattermost.com>
2021-10-20 09:13:53 -07:00
..
asana update import dependencies (#1180) 2021-09-14 11:52:12 -06:00
jira Import jira (#1561) 2021-10-20 09:13:53 -07:00
notion update import dependencies (#1180) 2021-09-14 11:52:12 -06:00
todoist update import dependencies (#1180) 2021-09-14 11:52:12 -06:00
trello Add the ability to import checklists from Trello (#1430) 2021-10-04 16:08:29 -07:00
README.md Import jira (#1561) 2021-10-20 09:13:53 -07:00

Import scripts

This subfolder contains scripts to import data from other systems. It is at an early stage. At present, there are examples of basic importing from the following:

  • Trello
  • Asana
  • Notion
  • Jira
  • Todoist

Contribute code to expand this.