Hello everyone :)
It seems like a non-difficult task to perform with butler automation, but I just didn't find the right combination.
I will appreciate your help!
Thanks community!
The solution is:
when a card is archived by anyone, for each card linked in the attachments, remove item "{triggercardlink}" from checklist "Sub-tasks"
working!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you have more than 1 checklist on the card remove checklist {*} will only remove the first checklist.
But you can just remove the items
when a card is archived, remove all the items from all the checklists
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi!
Thanks for the quick answer! unfortunately it is still not working.
Just to be clear, I'm adding 3 screenshots: 1. The project, and the check-list of sub tasks (each of the is linked to a card), 2. The cards as they appear in "Inbox" list, 3. The state after deleting a card, but the sub-task did not change. I wish It will be deleted.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry I misunderstood your problem. Am I correct that you want to delete all the linked items in the checklist on the card that is archived?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Asaf Hershkovitz Try this.
Couple of things to note (1) Trello will not let you delete a card, so I used archive instead. (2) From testing for other questions, I know that Butler does not had more than 1 checklist in a card when using {*}. So unless you know names of the checklists, below will handle just the first checklist linked items.
when a card is archived by me, for each card linked from an item in checklist "{*}", archive the card
To work the other way around, going to inbox to collect the cards and for each card link in attachment, there is no easy way for Butler to compare things.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the suggestion!
Although it didn't work exactly as I wanted, It did helped me order the right commands for the rule! The final rule which does what I wish is:
when a card is archived by anyone, for each card linked in the attachments, remove item "{triggercardlink}" from checklist "Sub-tasks"
While "Sub-tasks" is the specific checklist name I wanted to delete from.
Thank you for the help!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Asaf Hershkovitz Oh you wanted to removed the linked item pointing to the card that had been archived. Glad that you got it working.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.