The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Create a new notification

Gonzalo Fernández Durán
Contributor
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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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 Champions.
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
Contributor
November 8, 2019

thank you.. i will try