We've combined two teams and made a new board, system and cards for our projects. But, sometimes we need to access archived cards from our previous board when we had separate teams. I'd like to move all the archived cards from our old board to the new board so we can just search in one place, and ultimately delete that old board. Is this possible?
@Nicky Alden yep you can have a Butler command that triggers when a card is archived and moves the card to another board, for example to a list called "Archive {date}" so you can see a daily list of card completion.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Iain Dooley - I am looking for a similar solution. I have just set up this Butler command so that all new archived cards will be transferred to a new board. But, how do I transfer the existing 1000+ archived cards to this new board?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Nick this Trellinator function would unarchive all cards from one board and move them to a list of the same name in an archive board, in batches of 1000 at a time.
https://gist.github.com/iaindooley/0a3aaf1182dc422e8c9fbc4128d9ca77
I have set it initially to just run on 1 card so you can see it working, you just comment out that ",1" line to run for batches of 1000 at a time.
You can run that function in BenkoBot:
Here is a link that will load the code into BenkoBot, you will need to enter your API key/token then edit the board names before you save and run it:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.