Hello,
Well, now what I would like is when I check a single item in a checklist that is in "To do" it will move that single item to "Doing" that is inside another checklist inside "Doing"
And then if I check on that same item that is now inside "Doing", it will add it to "Done".
I've been trying to make this but I don't find a solution, is that possible with automation?
Hi Lucie, welcome to the Atlassian Community!
It's not possible to move the items, but you can remove them and add a new one to another Checklist. Here's an example:
when an item is checked in a card in list "To do", remove item "{checklistitemname}", find a card titled "{cardname}" in list "Doing", and add item "{checklistitemname}" to checklist "{checklistname}"
I used variables so I don't need to create a new rule for each item name. You can find the variables here: https://support.atlassian.com/trello/docs/butler-variables/
Let me know if this helps and 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.