Want to add "CC" feature in Mantis?

This plugin allows you to report an issue in MantisBT by sending an email to a particular mail account

Moderators: Developer, Contributor

Post Reply
ramu
Posts: 3
Joined: 05 Oct 2011, 13:36

Want to add "CC" feature in Mantis?

Post 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.
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

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

Post 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.
Please use Search before posting and read the Manual
ramu
Posts: 3
Joined: 05 Oct 2011, 13:36

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

Post 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
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

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

Post 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
Please use Search before posting and read the Manual
Post Reply