Hello,
Just started to learn the power of Butler and automation.
Situation:
Copying a Card (with a Due Date ) from Board 1 to Board 2.
How to:
Setup a Rule in Board 2 where when I copy a Card with a Due Date from Board 1 to Board 2 - the Due Date on Board 2 should be moved "back" by 3 days.
Say on Board 1 - Card 1 is due April 25, 2020
When I copy Card 1 to Board 2 - it should be due April 22, 2020.
Most of the functions under Butler "Rules" move the Due Date "forward" in time. I can't find a function that will let me move the Due Date "backward" in time. Custom Field is the closest - with a "Plus" or "Minus" - "x" number of days. But I can't seem to get that to work.
Hope my inquiry is clear.
Thanks,
Bryan D.
Hey Bryan,
The custom field trick is the route you'll want to take here. In your rule, you'll first want Butler to apply the due date of the copied card in a date custom field using a Variable. After that you can then set the due date to that field minus 3 days, and then clear the custom field.
Here's how it would roughly look:
"when a card is added to Board 2, set the custom field Date to {cardduedate}, set the card due date to the date in custom field Date minus 3 days, clear custom field Date"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.