Page 1 of 1

Want to add "CC" feature in Mantis?

Posted: 07 Oct 2011, 06:13
by ramu
Thanks for the information.

Actually the requirement is to add "CC" feature in Mantis while reporting,updating/closing any bug.This "CC" feature should be a plain old email address which user wishes to add.The result should be an email to go all the group of people who are in that "CC" list.This feature should be like "outlook" feature.

This is a very crucial requirement for us.Please suggest resolution at the earliest.

Re: Want to add "CC" feature in Mantis?

Posted: 07 Oct 2011, 06:53
by atrol
If you want it the way you described at http://www.mantisbt.org/forums/viewtopi ... =4&t=19804 you have to write a plugin to get this functionality.
If you want to use the plugin EmailReporting (the subforum where you are posting now) you can use the CC feature of your e-mail client when submitting the issue but you still have to write a plugin which handles the CC when updating issues.

Re: Want to add "CC" feature in Mantis?

Posted: 07 Oct 2011, 10:28
by ramu
Thnaks for Replay,


In which file i need to insert plugin ? As we are novice to PHP,Can you please help us to write this "plugin"?What are the details of this plugin? We need a detailed information to implement this feature and need to work in correct manner also.

Your valudable guidance will help us to reach the resolution at the earliest,

Please do let me know the piece of code to insert?

Thanking you in anticipation,

Regards,
Ramu

Re: Want to add "CC" feature in Mantis?

Posted: 07 Oct 2011, 14:17
by atrol
ramu wrote: Please do let me know the piece of code to insert?
This needs more time than I am able to invest.

Some information how to start
http://www.mantisbt.org/bugs/view.php?id=12586#c27562