Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Adding new checklist item to checklist template and shows up on all checklists

Heather Zbinden
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 3, 2021

I have one checklist that I use on a lot of different cards. But checklists grow and evolve as things change in the process. Is there a way to create a checklist template but if you need to add an item, you can add the new checklist item to the template and it will automatically add it to that checklist across boards and cards that have a "copy" of the checklist template? 

2 answers

0 votes
Iain Dooley
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 4, 2021

@Heather Zbinden Here's a one off Trellinator piece of code that will do this kind of update:

https://gist.github.com/iaindooley/b4bd9b62ac819bf9fe3c92d1ff62369a

You can update the checklist names etc. and run it in BenkoBot here:

https://app.benkobot.com/

Here's another example where a checklist item is added in a "main board" and the propagated out to a bunch of different project boards running inside Google Apps Script:

https://gist.github.com/iaindooley/d5c8e929962a6f637102c85d472b0022

You can read more about Trellinator here:

https://community.atlassian.com/t5/Marketplace-Apps-Integrations/Introducing-Trellinator-Automate-Trello-with-Google-Apps-Script/ba-p/925271

0 votes
Raegan Fordemwalt February 3, 2021

Theoretically, this is possible as long as you have enough commands on Bulter to do so. What I'd do is create a sort of "mastercard" for each one (or just all your boards) wherein there's a checklist that has the item links to each of the cards with your checklist on it. I.E. say you have three cards with your checklist (Lets call it "Template Checklist") and one mastercard. The master card has a checklist named "Card Links" and the three items in it are the three card links to your three cards with template cards. If you made a master card, you would have to add all the links by hand, but with a command like "When the "Template Checklist" checklist is added to a card, find a card with link "(the master card link)" and add item "{triggercardlink}" to checklist "Card Links" it would just update automatically.

Use another command like this: "When an item starting with "{*}" is added to checklist "Template Checklist", remove the item from the card, find a card with link "(the master card link)", for each card linked from an item in checklist "Card Links" add the "{checklistitemname}" item to checklist "Template Checklist"

Maybe there's an easier way to do this, but this was the first thing that came to mind. Sorry if this was confusing

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events