Hi
I have an automated card created but each time the automation is run the due date reminder is either set to none or 1 day before.
How can I set it so that it's set to at time of event by default?
I've seen some people say the reminder is based on the last created ticket but all of the tickets I create I set to at time of event and never use no reminder or 1 day.
Edit: I also tested to see if the automation is dependent of the most recent set due date reminder by manually creating and setting a card to at time of event and then running the automation but that didn't change anything
@Avi I remember @Dreamsuite Mike mentioning that when you set a due date using automation, it defaults the reminder to none. This is apparently by design, but Mike came up with a great solution to get around this using the API.
https://api.trello.com/1/cards/{cardid}?key=apikey&token=token
payload = {"dueReminder" : "120"}Where the value is in minutes, 0, 10, 15, 60, 120, 1440, 2880
This is what it looks like:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.