Hi,
can I receive a notification if some task due date has passed?
Like a reminder.
Hello,
You could create a filter to select all issues with expired due date and make a subscription for this filter.
The JQL query for this filter would look like this:
due < now()
You can read more about filter subscriptions here:
https://confluence.atlassian.com/jira064/receiving-search-results-via-email-720416706.html
Hi @Miki Farber
I would suggest
1) create a filter your issues and add a subscription to receive list of issues in scheduled emails
2) use Scriptrunner escalation service to force a notification event
3) use JIRA Automation
filters are free, the others re paid for plugins but come with many great features
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.