Page 1 of 1

Mantis emails

Posted: 21 May 2015, 13:48
by Mantis101
I'm wondering if there is a way to stop selected emails being sent out. Lets say for example I've reported an isue, but I don't want to be informed about that particular issue.So removemyself from the emails being sent out when the issue is updated etc etc.

I can see how you turn emails off but unless I'm not looking properly, I can't see a way to fine tune emails.

Re: Mantis emails

Posted: 21 May 2015, 18:01
by atrol
This is not possible.
You would have to write a plugin or to change source code.

At first sight it's a bit strange that you report an issue but are not interested in getting informed.

Re: Mantis emails

Posted: 23 Jun 2015, 12:49
by Mantis101
Well normally yes I would want to know, it's when I raise issues on behalf of other people. They end up getting raised and assigned to other people but I am still informed of them.

I'll have to set some rules up in outlook for now. :D

Re: Mantis emails

Posted: 23 Jun 2015, 18:54
by atrol
Mantis101 wrote:I raise issues on behalf of other people.
Are those people users in Mantis?
If so you can change the reporter after you created the issue (There is a edit link near the name)
If you want to set the reporter when creating the issue you can use this plugin https://github.com/mantisbt-plugins/CustomReporter

Re: Mantis emails

Posted: 09 Jul 2015, 10:47
by Begather
atrol wrote:This is not possible.
You would have to write a plugin or to change source code.
At first sight it's a bit strange that you report an issue but are not interested in getting informed.
How to write a plugin?

Re: Mantis emails

Posted: 09 Jul 2015, 12:00
by atrol
Begather wrote:How to write a plugin?
https://www.mantisbt.org/docs/master-1. ... EV.PLUGINS

Re: Mantis emails

Posted: 01 Aug 2015, 12:41
by Begather
atrol wrote:
Begather wrote:How to write a plugin?
https://www.mantisbt.org/docs/master-1. ... EV.PLUGINS
Thanks for the help link.