Hi! Sorry if that's too simple task - i'm newbie to trello.
For example, i have 3 lists - Items list, Doing list and Done list
In Items list i have the following cards:
- Part #1
- Part #2
- Assembly of parts (with attached as Trello cards: Part#1 and Part#2)
My aim is to make a label of Assembly card changed to, for example, "ready to Assemble", when Part#1 and Part#2 are moved into the Done list.
Could you tell me the best way to do it? I have many of assemblies so i want to automate that operation with Butler or other app...
@Stanislav S in order to act on the "ready to assemble" card when part 1/part 2 were moved to Done, you would need those cards to be linked back to the master.
You could do this in the description or just with the master card as an attachment.
In Butler, you would need to have something like a "Parts" checklist to check if that was complete.
So you would do something like this:
When a card is moved to list "Done" find the first card linked in the attachments and check item "{triggercardlink}" and if the checklist "Parts" is complete add the label "Ready to Assemble"
The same command in Trellinator would look like this:
https://gist.github.com/iaindooley/0feda1d3cf87a028bc58b7e21d738a32
You can see how to set up Trellinator here:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can i ask a stupid question? Where can i find a field for manual inserting the command (at least to check if all items in checklist are completed)? I'm searching for it for couple of hours and Google does not know too how to manually insert a command to check if checklist is complete... :))
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Stanislav S hmmm you can't find it in the power up command builder? I'm not experienced with the power up, only the former Butler Bot. @Katrin Anger might be able to help
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You could set up a Rule with the Butler Power-Up and use the trigger "when checklist "ABC" is completed in a card"
Does that answer your question?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks. I was searching in Action section rather then a Trigger -thats my mistake. Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is there any way to create an item in checklist by Butler after a linked card (Trello attachment) is added? I can find only that it can create an item only when any attachment is added, not just Trello.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Spend the day sharpening your skills in Atlassian Cloud Organization Admin or Jira Administration, then take the exam onsite. Already ready? Take one - or more - of 12 different certification exams while you’re in Anaheim at Team' 25.
Learn more
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.