notification to two persons

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
freddy00
Posts: 5
Joined: 18 Mar 2009, 09:15

notification to two persons

Post by freddy00 »

Hello all

this is what I'd like to do: when a user creates a new ticket two persons are automatically notified (the one responsable for the ticket in the "assigned to" field and his substitute, who in absence of the responsable may take care of the issue).
I know how to auto-assign a ticket to an user, depending of the category. I also know that it's possible to specify multiple email addresses to an user, but that's not the solution I'm looking for, because for different categories responsable and substitute can be different. Also manually adding the 2nd user to the "monitor this issue" is not the solution, because I'd like to do that automatically.

please someone tell me if that's doable.

thanks and regards,
Federico
atrol
Site Admin
Posts: 8536
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: notification to two persons

Post by atrol »

AFAIK this is not possible.
I can't see anything like a concept for a substitute in user management of MantisBT.
First step to get this would be to have a new column substitute_id in mantis_user_table
Feel free to enter a feature request for this in the MantisBT tracker.
Please use Search before posting and read the Manual
duwil
Posts: 46
Joined: 08 Jul 2008, 12:14

Re: notification to two persons

Post by duwil »

freddy00 wrote:I also know that it's possible to specify multiple email addresses to an user
This is something new to me, can you tell me how can be accomplished and if is also possible in rel 1.1.x?


---
freddy00
Posts: 5
Joined: 18 Mar 2009, 09:15

Re: notification to two persons

Post by freddy00 »

duwil wrote:
freddy00 wrote:I also know that it's possible to specify multiple email addresses to an user
This is something new to me, can you tell me how can be accomplished and if is also possible in rel 1.1.x?


---

hello
for old mantis versions (v1.0.x) you can type multiple email addresses separating them with commas.
for mantis v1.1.x you need to patch the code. follow this link: http://www.mantisbt.org/bugs/view.php?id=10207

regards, Federico
Post Reply