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.
Is there a way to print a report showing the To Do List & Checklist for each board?
Hi @Cheryl Webber, welcome! Yep, you can likely achieve something like this using Trello's Butler automation integration by creating a scheduled Calendar command that creates an email report. Butler isn't super technical in nature but it takes some time to set up, and I'll share an example at the end.
When the scheduled Calendar report command runs, Butler will send you an email showing all of your card's checklists on the board, and you can then print out that email to keep a local copy. Keep in mind that there are limits on how many checklists (and information in general) can appear in a single email, in order to evenly distribute Butler's resources and prevent abuse, so you may need to create several Butler report commands depending on how many checklists you want to print out.
Butler also has command quota limitations on workspaces using free and/or Standard subscription plans, meaning that you can run up to a certain amount of commands per month depending on your plan. The Premium subscription gives unlimited command runs per month.
Here's a couple of resources to get you started:
You'll need to use the variable "{cardcheckliststate}" to show the checklist items in the report. Butler replaces the variable text in your report with the right information.
I've created an example Calendar command that you can try out:
every friday at 8:00 am, create a report with all cards with an incomplete checklist using pattern "{cardcheckliststate}" group by list, and send an email notification to "your-email@domain.com" with subject "All checklists on {boardname}" and message "{$report}"
If you set up this command exactly as I have it in the screenshot you'll get a report of the state of all incomplete checklists on your board. You don't have to wait for the scheduled date and you can click the small rocket ship icon after saving the command to run it immediately and test it out.
Give this a try and let me know if you have any questions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.