Unable to test overdue notifications
Edit: There is a notification on overdue tasks, just not via cli. How can this be triggered manually for testing purposes?
According to https://github.com/kanboard/kanboard/issues/2270#issuecomment-230371680, "The task overdue event is not handled by the notification subscriber" so it doesn't look like it is possible to test it this way.
Actual behaviour
~~No overdue notification is sent to Slack channel when triggering any cli commands~~
Expected behaviour
~~Overdue notification should be sent to Slack channel~~
Steps to reproduce
~~1. Set up notifications
2. Create overdue task
3. Run cli notification:overdue-tasks or cli cronjob (both don't work)
4. See that no notification is sent regarding overdue tasks~~
Configuration
- Plugin version: v1.0.7
- Kanboard version: v1.2.15
- Database type and version: postres v12.3
- PHP version: v7.3.19
- OS: Windows 10
- Browser: Chrome v85
Similar to: https://github.com/manuvarkey/kanboard-plugin-telegram/issues/26