nextcloud / deck

🗂 Kanban-style project & personal management tool for Nextcloud, similar to Trello
https://apps.nextcloud.com/apps/deck
GNU Affero General Public License v3.0
1.17k stars 263 forks source link

Import through the user interface #3506

Open juliushaertl opened 2 years ago

juliushaertl commented 2 years ago

Since we have a pretty generic API now for importing data in deck, it would be good to have that exposed in the frontend as well.

Potentially depends on https://github.com/nextcloud/deck/issues/3507

luka-nextcloud commented 9 months ago
privatemaker commented 8 months ago

I figured out a hacky way to migrate data from Instance 1: Deck -> Instance 2: Tasks and explained it here. I swear about 9 months ago I figured out a way to move data from Tasks -> Deck on the same instance. Am I imagining this or did some ACL / perms change somewhere?

petrarca-arezzo commented 4 months ago

I'm looking for this export/import feature as well (to be able to move cards from one instance to another). Since this issue is open for quite long (and hasn't seen any update for several months) - is there anything new to report or ongoing in the background maybe?

sunjam commented 4 months ago

Import can be done using occ as mentioned in https://github.com/nextcloud/deck/pull/4939

timxlaeufer commented 1 week ago

Other plugins, like the calendar, have import options through UI aswell. In managed nextcloud instances using occ may not be possible.