You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2011-06-17 20:26:31

QOS
Member
Registered: 2011-06-17
Posts: 14

[Solved] No mail notification for Technician

Hello,

I'm quite new to glpi. Currently I'm using 0.80. Before I was using 0.78.3

I have noticed when new ticket is assigned by automatic rule, techinician in charge of the ticket doesn't receive the mail and "Email Follow-ups:" is set to No in the ticket.  sad
But when rule assign the ticket also to the group and the technician is in this group He receive the mail and "Email Follow-ups:" is set to Yes.

Why it's like that ?

Is it by default ?


Thanks.

Offline

#2 2011-06-20 09:05:53

yllen
GLPI-DEV
From: Sillery (51)
Registered: 2008-01-14
Posts: 15,278

Re: [Solved] No mail notification for Technician

Verify the receivers of notification


CentOS 6.5 - CentOS 7.x
PHP 5.6 - PHP 7.x - MySQL 5.6  - MariaDB 10.2 + APC + oOPcache
GLPI from 0.72 to dev version
Certifiée ITIL (ITV2F, ITILF, ITILOSA)

Offline

#3 2011-06-20 10:57:07

QOS
Member
Registered: 2011-06-17
Posts: 14

Re: [Solved] No mail notification for Technician

Hello,

thanks for Your answer. My recipents looks ok.

In Setup -> Notifications -> New ticket event - in Recipents section I have on the right side:

Technician in charge of the ticket
Requester
Group in charge of the ticket
Watcher

In Rules -> Business Rules for tickets I have created a rule that when category (class) is ....  Action is "Assigned to - Technician" Assign ...

and that rule is ok because ticket is assigned to the person but the assigned person doesn't receive the email.

But if I add a rule that the ticket is assigned to the group of peple that works perfectly. All people from the group receive the email.

In 0.78.3 there was no such problem.

Offline

#4 2011-06-20 14:28:52

yllen
GLPI-DEV
From: Sillery (51)
Registered: 2008-01-14
Posts: 15,278

Re: [Solved] No mail notification for Technician

You technician in charge of the ticket has an email in this settings ?


CentOS 6.5 - CentOS 7.x
PHP 5.6 - PHP 7.x - MySQL 5.6  - MariaDB 10.2 + APC + oOPcache
GLPI from 0.72 to dev version
Certifiée ITIL (ITV2F, ITILF, ITILOSA)

Offline

#5 2011-06-20 14:38:40

QOS
Member
Registered: 2011-06-17
Posts: 14

Re: [Solved] No mail notification for Technician

Yes of course it has.

There is no problem when the ticket is assigned to the Group of people. All it's members receive the email.
I have tested it with several users.

Offline

#6 2011-06-21 13:16:06

QOS
Member
Registered: 2011-06-17
Posts: 14

Re: [Solved] No mail notification for Technician

So could You confirm is this a bug in GLPI or it's only my case ?
I have upgraded from 0.78.3. Generally notifications are working except this one.

But without notifications to assigned person it's no use.

I'd like to know it before I start to use it in production.


Thanks.

Offline

#7 2011-07-06 10:24:28

informatiquepadr
Member
From: France / Rouen
Registered: 2011-07-06
Posts: 29

Re: [Solved] No mail notification for Technician

Hello,

We have the very same problem.

Every time a ticket is assigned to a group, every user in the group receives the email.
However, every time a ticket is assigned to a user, he doesn't received anything.

Please note that in every case, the requester receives an email.

Email addresses are correct and working, as shown in the first case.

Is this a bug ?

Regards,
Guillaume.


GLPI 0.83.2
Ubuntu 10.04.4 LTS

Offline

#8 2011-07-06 15:12:13

arminel
Member
Registered: 2011-07-06
Posts: 2

Re: [Solved] No mail notification for Technician

Hello,

I can confirm that we experience the same issue. The technician doesn't receive the email notification from the glpi system.

Offline

#9 2011-07-06 22:42:43

somersetit
Member
Registered: 2006-07-20
Posts: 33

Re: [Solved] No mail notification for Technician

I am seeing the same issue in 0.80.0.  Admin gets the email, but the requester and tech both have follow-ups set to no on the ticket.

Offline

#10 2011-07-07 08:59:35

arminel
Member
Registered: 2011-07-06
Posts: 2

Re: [Solved] No mail notification for Technician

If you put the technician in the TO / CC of the email he will receive the email from the glpi system. But that doesn't solve the problem where there are multiple technicians working in glpi.

Offline

#11 2011-07-07 09:46:53

remi
GLPI-DEV
From: Champagne
Registered: 2007-04-28
Posts: 7,127
Website

Re: [Solved] No mail notification for Technician


Dév. Fedora 29 - PHP 5.6/7.0/7.1/7.2/7.3/7.4 - MariaDB 10.3 - GLPI master
Certifié ITILv3 - RPM pour Fedora, RHEL et CentOS sur https://blog.remirepo.net/

Offline

#12 2011-07-07 11:55:01

informatiquepadr
Member
From: France / Rouen
Registered: 2011-07-06
Posts: 29

Re: [Solved] No mail notification for Technician

Hello,

I tried the fix by adding the "diff" in the file /var/www/glpi/inc/ticket_user.class.php :
function prepareInputForAdd($input) {
      /// TODO delete on 0.83
      if (!isset($input['use_notification'])) {
         $input['use_notification'] = 1;
      }
      return $input;
   }

I restarted the server, but the problem is still here.
The fix seems to solve an issue where the mail following is not set to "yes" when assigned automatically by a rule, which is not my issue.

The issue encoutered is that when I manually create and assign a ticket to a technician,  the mail notification is correctly set to "yes" automatically and the technician has a valid email address, but he does not receive any notification.

The mail format is not common, it is something like "service##username@mydomain.fr", managed by a Lotus server.
However these mail addresses work fine for the requester, and also for the technician when assigned to a group of users.
Hence I saying the email addresses work fine with GLPI.

The issue is somewhere else, but I don't know what to check.

Regards,
Guillaume.

Last edited by informatiquepadr (2011-07-07 11:56:40)


GLPI 0.83.2
Ubuntu 10.04.4 LTS

Offline

#13 2011-07-07 16:43:31

QOS
Member
Registered: 2011-06-17
Posts: 14

Re: [Solved] No mail notification for Technician

Hello,

I've tested this fix with automatic assignement rules and YES notification is sent to technician.  big_smile

Thanks

Offline

#14 2011-07-07 22:26:37

somersetit
Member
Registered: 2006-07-20
Posts: 33

Re: [Solved] No mail notification for Technician

Too bad that patch did not work for you.  I found that last night and it appears to have solved my issues.  Not sure what else to have you look at.

Are any emails being sent?  I am the admin on the system and I get a copy of every ticket right now.  Does the admin of your system get an email even though the tech does not?

Offline

#15 2011-07-08 09:38:30

informatiquepadr
Member
From: France / Rouen
Registered: 2011-07-06
Posts: 29

Re: [Solved] No mail notification for Technician

Hello,

In the IT service, we all have the "super-admin" profile, there is no dedicated technician.

Emails are sent to the requester of the ticket, even if it is one of the IT group (hence I'm sure the mail addresses are correct and working). What puzzled me is that if we assign the ticket to a group (where we are) we receive the notification!

I'll try to set one of us as a technician profile, and will keep you informed.

Guillaume.


GLPI 0.83.2
Ubuntu 10.04.4 LTS

Offline

#16 2011-07-08 11:10:30

informatiquepadr
Member
From: France / Rouen
Registered: 2011-07-06
Posts: 29

Re: [Solved] No mail notification for Technician

Solution found ..

We weren't receiving email notifications because we were in the "super-admin" profile.

As soon as I moved our accounts to the "admin" profile instead, everything works fine.

I'm happy to have a fully working ticket system now, I hope this solution can help someone else smile

Thanks for your support.
Regards,
Guillaume.

Last edited by informatiquepadr (2011-07-08 11:10:48)


GLPI 0.83.2
Ubuntu 10.04.4 LTS

Offline

#17 2011-07-08 11:50:01

informatiquepadr
Member
From: France / Rouen
Registered: 2011-07-06
Posts: 29

Re: [Solved] No mail notification for Technician

Now all users in the "admin" profile receive notifications, even if they are not assigned to them.

Am I allowed to scratch my head against a wall ?  smile


GLPI 0.83.2
Ubuntu 10.04.4 LTS

Offline

#18 2011-07-08 12:49:19

informatiquepadr
Member
From: France / Rouen
Registered: 2011-07-06
Posts: 29

Re: [Solved] No mail notification for Technician

Ok I figured it out.

I had to modify the notifications (in Configuration) to send one to the technician in charge of the ticket, and not to the admin profile, like it was configured by default.

Guillaume.


GLPI 0.83.2
Ubuntu 10.04.4 LTS

Offline

#19 2011-07-08 19:04:06

JMD
GLPI - Lead
Registered: 2004-09-13
Posts: 9,180
Website

Re: [Solved] No mail notification for Technician

I close


JMD / Jean-Mathieu Doléans - Glpi-project.org - Association Indepnet
Apportez votre pierre au  projet GLPI   : Soutenir

Offline

Board footer

Powered by FluxBB