List of all new Bugs submitted by mail once a day

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
kerthi
Posts: 17
Joined: 08 Nov 2005, 14:31

List of all new Bugs submitted by mail once a day

Post by kerthi »

Hey!

I need a function that allows me to define a person that gets a list of all new bugs once a day via email.

How can i achieve such a behavior?

greez kerthi
vboctor
Site Admin
Posts: 1293
Joined: 13 Feb 2005, 22:11
Location: Redmond, Washington
Contact:

Post by vboctor »

This behaviour is not currenly implemented. You need to create a script that sends an email including all bugs submitted in the last 24 hours and then add this as a cronjob or scheduler task that is executed once a day. The script can contain the email address to send to.

If you end up implementing this and would like to contributing it, please submit an issue in the bugtracker and attach your script.

Regards,
Victor.
vboctor
Site Admin
Posts: 1293
Joined: 13 Feb 2005, 22:11
Location: Redmond, Washington
Contact:

Post by vboctor »

The following issue provides a similar functionality. You might want to use it as a starting point.

http://bugs.mantisbt.org/view.php?id=5887

Regards,
Victor
Post Reply