Hi All,
We have date field called expected completion date.. When that date is about to reach, we should get a notification as mail.
Is it possible?
If yes, How can we achieve it?
Hello @Venugopal Paladi ,
If you want to notify assignee, you can write a JQL QUERY and save the filter and add filter subscription to the saved filleter.
example :
project = Abc and assignee = currentuser(),
If the above filter subscribed, who have tasks from above will get an email based on your cron job schedule.
thanks,
Kagithala Babu Anvesh
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.