mattermost-community/focalboard

Extend import scripts

Open

#53 opened on Feb 23, 2021

View on GitHub
 (8 comments) (5 reactions) (0 assignees)TypeScript (26,187 stars) (2,542 forks)user submission
HacktoberfestHelp WantedUp for grabs

Description

Right now, we have scripts to import basic info from popular systems like Trello, Asana, and Notion. They can pull in the card titles, descriptions, and basic properties from a single board. Expand these further to do things like:

  • Import advanced properties (e.g. dates, text, numbers)
  • Handle multiple boards
  • Handle Trello PowerUp properties
  • Handle sub-tasks in Asana
  • Use the Notion API to import rich data
  • Import from other popular systems

This high-level issue can be split into smaller ones to handle targeted improvements

Contributor guide