Hello,
Myself and my team has started using Trello and we have found it to be very effective for our BPAs. However, one of the things we need does not seem to work effectively. We are not receiving notifications of task due dates at all. I have tried the suggestions from Trello Help: Notifications are not working and it still does not work for us.
In addition, are there any plans in the works that will allow Trello to send notifications other than 24 hours in advance. Any information that can be provided will be greatly appreciated.
Sincerely,
Christine F.
@Christine Featherston you have to be watching a card to get a due date notification. If you're waiting for it via email you have to have not viewed the notification anywhere else.
If you are added to a card you will automatically be watching it.
You can do this with Butler, with a command like this:
the moment a card is due post comment "@card"
or:
3 hours before a card is due post comment "@board"
etc. Butler is currently in Beta following acquisition and subsequent integration, you can apply here to get access:
https://goo.gl/forms/4OT6hmWBmdfjso262
You can also automate this with the API. I created Trellinator which is an automation library for Google Apps Script. You can see how to set Trellinator up here but it's more technical than Butler:
The code to do the same thing as above with Trellinator would look like this:
https://gist.github.com/iaindooley/80301375ebd997814b4e0ea60fc4cf71
The 2 "schedule" functions would be configured either globally or on an individual board, and they would schedule the "actionReminder" function that would post the actual comment notifying card members at the scheduled time.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.