Is there a way to force description field edits for cards on a template to update the same description fields on the cards on other boards based on the template?
Advanced features : it is possible to create automatically cards based on a template just by adding items. It needs more butler rules. I mean you add an item in a checklist in the template, then the item is converted into a card copied from the template. In this case, the link is build at the beginning, and you can too deploy future changes by using the action "for each card linked from an item".
Hi,
It is possible. But first you must create a link between the card considered as a template and the other cards based on this template. Then you can build a rule to deploy the change from the template to the linked cards.
For this, you need dedicated checklist in the template card and 2 butler rules.
Create 2 rules :
when an item is added to checklist "Template Link",find a card titled "{checklistitemname}" on board "Myboard",
and link the card with the item
This rule allows to link template and others cards. An item corresponds to a useful card to link with the template. In this example, useful card is on board "Myboard".
when the green label is added to a card, remove the green label from the card, for each card linked from an item in checklist "TemplateLink", set the card's description to "{triggercarddescription}",
This rules allows to deploy the change to the linked cards. The triggercarddescription is the new description of the template which will be deployed.
Note : label trigger is used for example, because description trigger doesn't exist.
Just, respecting this order for the user story :
And for already linked cards, just execute the 2 last steps.
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.