I am trying to setup dependencies according to the instructions here:
https://help.trello.com/article/1165-task-dependencies
I am going a step further by cascading the pre-requisites i.e. when the parent task gets added with a pre-requisite, it sets the pre-requisites on the child tasks too.
This is my butler command:
when an item is added to checklist "pre-requisites" by anyone, find a card titled "{checklistitemname}", link the card with the item, find the last card linked in the attachments, for each card linked from an incomplete item in checklist "sub-tasks", add item "{checklistitemname}" to checklist "pre-requisites"
However, Butler detects an infinite loop in this code, where as there isn't? Or am I missing something?
@Shyam Reyal the end of your command adds an item to checklist "pre-requisites" which is the trigger for the command. Maybe you'd need to filter it so that the trigger checks for the presence of a label or in a particular list or something.
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.