mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
How to I move a whole lane to a new board? #315
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zezretro on GitHub (May 25, 2023).
I'd like to refactor my boards and lists. How can I move a whole lane with cards to another board?
Sorry if this is in some documentation, if so please point me to it
thank you!
@meltyshev commented on GitHub (May 25, 2023):
Hi! Unfortunately, there is no such feature yet :(
@zezretro commented on GitHub (May 25, 2023):
No worries, thank you for such a cool project!
@zezretro commented on GitHub (May 26, 2023):
Is this functionality available at an API level perhaps?
@meltyshev commented on GitHub (May 27, 2023):
Oh, right! I remembered that I once answered a similar question and made a script to do the transfer via console.
It can be found here https://github.com/plankanban/planka/issues/359#issuecomment-1367013673. Hope it works for you.