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 it possible to create an automation that generates X checklist items in a card based on something in the card title or description, for example?
If the description specified "12 times", could I automatically generate a 12 item long checklist, and so on for any given number?
Hi @axx30711435 ! Welcome to the community :) it is definitely possible to automate checklist creation based on different triggers ("when the of a card description contains" is one of them). What would the actual checklist items be?
One way to approach it would be to create templated checklists in a separate card. So let's say you have a card called "Template" and in that card, you have different checklists with titles "1", "2", "3", "4", and so on. Each checklist would contain your checklist items. When a description contains "4 times", it will pull through the "4" checklist with your pre-defined checklist items.
Here's an example of how it could look using wildcards:
when the description of a card contains "{*} times", add the "{wildcard1}" checklist from card "Template" to the card
hi Hannah, thanks for the reply! I am looking to do something like this:
create a card with a description containing something along the lines of Inspect X number of sections which would trigger a checklist to be created with X number of items, like
* "Inspect section 1"
* "Inspect section 2"
* ...
* "Inspect section X"
and so on
Would this be possible without having a predefined checklist for every possible amount?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hmmm I can't see a simple way to set that up using Trello's butler automation 🤔 @milynnus is the butler expert - maybe he can help?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
if there's an answer for this, it would really help me determine if Trello is the right tool for me
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You probably have to create enough cards with samples of the checklists and do a lookup if you do not have a services to host your http request endpoint.
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.