Hello everybody,
i am trying to create a new notification. i exactly want a notification when an issue reach the due date.
Is it soemthing doable?
Thanks in advance
Hello.
I am using different subscriptions based on private or shared filter, e.g.
status != closed AND (assignee = currentUser() OR reporter = currentUser()) AND resolution is EMPTY AND (duedate = now() OR duedate <= 14d)
or
status != closed AND assignee = currentUser() AND resolution is EMPTY AND (duedate = now() OR duedate <= 7d)
I hope, this suggestions are helpful.
thank you.. i will try
It looks like you're new here. Sign in or register to get started.