You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
@Gary Liu you need to do this with the API. This Trellinator function will do it:
https://gist.github.com/iaindooley/7fcd01ce72518496a4aa3fa1ad64ffce
You can run the function in BenkoBot here:
You'll just need to change the name of the board from "My Board" to whatever your board is -- beware that if you have two boards with the same name it'll just grab the first one it finds.
The default limit on the search function is 1000 cards so if you have more than 1000 cards you can either pass in a new limit or just run it a few times.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Gary Liu go here:
Authenticate with your api key/token
Copy this code:
https://gist.github.com/iaindooley/7fcd01ce72518496a4aa3fa1ad64ffce
Paste it into the textarea on the above page
Replace "My Board" with the name of your actual board
Click "run code"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Iain, good day,
Thank you so much for this - exactly what I was looking for!
If you have a moment, can you, please, let me know how I would need to adjust the code to include all the boards for this action? I am sorry if this is basic - I have never done a single thing with programming or codes. Running the above script today was my very first time )))) Alternatively, maybe you can direct me to a document or a resource where I can find this information?
Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Gary Liu ,
Right now, it's not possible to bulk delete archived cards, so you'll need to do that one by one.
Here's an article that gives you more details about it.
https://help.trello.com/article/795-archiving-and-deleting-cards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.