1 - is it possible to set any option so owner of the project (the guy who has a particular project created) will receive a notification email when a new bug is reported for that project.
(the same why as user recives an email when bug is assigned to him)
PS as far as i can see in Manage->Manage Confguration->Email notification-> we cannot set it?!
In the email_api.php you will find:
# send notices when a new bug is added
function email_new_bug( $p_bug_id ) {
email_generic( $p_bug_id, 'new', 'email_notification_title_for_action_bug_submitted' );
}