Skip to content

Add cross-board card transfer - #1194

Open
dukaci wants to merge 1 commit into
community-archive:mainfrom
dukaci:feat/cross-board-transfer
Open

Add cross-board card transfer#1194
dukaci wants to merge 1 commit into
community-archive:mainfrom
dukaci:feat/cross-board-transfer

Conversation

@dukaci

@dukaci dukaci commented Mar 11, 2026

Copy link
Copy Markdown

Hey! I've been wanting a way to move cards between boards for a while so I took a crack at it. Two new features, both off by default behind settings toggles so nothing changes for existing users.

Board switcher sidebar - little panel on the left with tiles for each kanban board. You can drag a card onto a tile to switch boards, then click whichever lane you want to drop it in. Right-click or Escape to cancel. Double-click a tile to rename it.

"Send to board" in context menu - right-click a card, pick a board, pick a column, done. Quick way to move stuff without dragging.

Both are under Settings → Kanban → Cross-board features.

Tried to keep the changes minimal and self-contained. The card stays on the source board until you actually confirm placement so nothing gets lost if you change your mind.

Happy to adjust anything if needed!

Add two opt-in features for moving cards between kanban boards:

Board Switcher Panel
- Side panel showing all kanban boards as tiles
- Drag a card over a tile to switch boards, then click a lane to place it
- Card stays on source board until placement is confirmed
- Escape or right-click cancels and returns to the source board
- Double-click tiles to rename them

Send to Board Context Menu
- Right-click a card → "Send to board" → pick board → pick column
- Instantly moves the card to the chosen column on the target board

Both features are off by default and controlled via new toggles under
"Cross-board features" in the Kanban settings.
@dukaci dukaci changed the title feat: cross-board card transfer Add cross-board card transfer Mar 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant