Email notifications to project users only.

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
devans
Posts: 3
Joined: 13 Feb 2007, 20:29
Contact:

Email notifications to project users only.

Post by devans »

How do I set up email notification win Mantis 1.0.x so that only the managers assigned to a project recevieve emails not all users who have manager access level?

Thanks,
Don Evans

DigiDeal Corp.
deboutv
Posts: 507
Joined: 15 Jan 2007, 14:31
Location: La Ciotat, FRANCE
Contact:

Post by deboutv »

Your project is public or private?
Want more plugins to customize Mantis?
=> http://deboutv.free.fr/mantis/

Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
devans
Posts: 3
Joined: 13 Feb 2007, 20:29
Contact:

Post by devans »

It is a public project.

What is the benefit of a private project?

Thanks,
Don
Don Evans

DigiDeal Corp.
deboutv
Posts: 507
Joined: 15 Jan 2007, 14:31
Location: La Ciotat, FRANCE
Contact:

Post by deboutv »

In this case, all user must have reporter access and you need to specify for each project the managers.
Want more plugins to customize Mantis?
=> http://deboutv.free.fr/mantis/

Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
devans
Posts: 3
Joined: 13 Feb 2007, 20:29
Contact:

Post by devans »

Not sure I understand, in which case public or private?

so in a public project it, can it be set up that only the users added to the project as managers with manger access level get email notifications. Currently it seems like all the users that I have in the mantis system that have manager access level get email notifications for all projects whether they are assigned or not. This seems like a bug or I am setting up the project and/or users wrong.

Thanks for your help,
Don
Don Evans

DigiDeal Corp.
deboutv
Posts: 507
Joined: 15 Jan 2007, 14:31
Location: La Ciotat, FRANCE
Contact:

Post by deboutv »

In public project, user herits their access level from the global configuration. So all managers defined in All projects are automatically assigned as manager in all public project.

So, if you want to keep public project, you need to set for all user the access level REPORTER and "assign" other access level (like DEVELOPER and MANAGER) to user for a specific project.

Example:

Global config:
User1 => REPORTER
User2 => REPORTER
User3 => REPORTER
User4 => REPORTER

Project1:
User1 => MANAGER
User2 => DEVELOPER

Project2:
User3 => MANAGER
User4 => DEVELOPER

Project3:
User1 => DEVELOPER
User4 => MANAGER

For all projects, all user have at least REPORTER access level. For Project1, User1 will reveive email, For Project2, User3 will receive and for Project3, User4 will receive email.
Want more plugins to customize Mantis?
=> http://deboutv.free.fr/mantis/

Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
Post Reply