Create a new notification

Gonzalo Fernández Durán November 8, 2019

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

 

1 answer

1 accepted

0 votes
Answer accepted
Jose M.
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 8, 2019

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.

Gonzalo Fernández Durán November 8, 2019

thank you.. i will try

Suggest an answer

Log in or Sign up to answer