-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move Cards between Boards #89
Comments
hi @Lysander , yes, you are right, it's a missing feature that we will implement. It's not exactly a trivial change as we will need to keep track of the previous location. |
Hi, |
Can you explain for what reason mupltiple boards are usefull? What's the reason for them you had in mind?
Thank you for this proposal! Sounds good enough to deal with the situation 👍 I will give it a try! |
Sometimes you wish to split a project in smaller sizes but still keep everything unified with the same labels, milestones, reports, ... |
Imho it could be usefull to enable the movement of cards between (backlogs only?) different boards! This way you can better model a typical sprint based development process:
The last piece is missing right now! (Ok, you can achieve this by manipulating the database - but that's not feasible in the long sight!)
It would imho be nice, if this could be implemented.
Shouldn't be so hard, if I have understood the data model right.
The best thing would of course be a global project backlog, where you can create cards, move them to boards (for a sprint) and move them back, if they hadn't been closed during a sprint.
Of course perhaps I haven't really understood the sense of having multiple boards per project?
The text was updated successfully, but these errors were encountered: