Implementing Surveys in OTRS 2.4.7

Moderator: crythias

Locked
lupisa
Znuny newbie
Posts: 23
Joined: 15 Feb 2011, 14:15
Znuny Version: 2.4.9

Implementing Surveys in OTRS 2.4.7

Post by lupisa »

We are trying to implement surveys in the OTRS test server.

I have followed instructions from this link http://danielzamorano.com/blog/?p=12, however, no surveys have been sent by system (Refer to screenshot).

Can you please help us understand what is wrong with our setup please?
You do not have the required permissions to view the files attached to this post.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Implementing Surveys in OTRS 2.4.7

Post by jojo »

for sending them the Status of survey needs to be Master
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
lupisa
Znuny newbie
Posts: 23
Joined: 15 Feb 2011, 14:15
Znuny Version: 2.4.9

Re: Implementing Surveys in OTRS 2.4.7

Post by lupisa »

Have already tried that infact but to no avail :(
You do not have the required permissions to view the files attached to this post.
Last edited by lupisa on 06 Jun 2012, 10:56, edited 1 time in total.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Implementing Surveys in OTRS 2.4.7

Post by jojo »

the trigger is the closure of a ticket in the Queues used for this survey
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
lupisa
Znuny newbie
Posts: 23
Joined: 15 Feb 2011, 14:15
Znuny Version: 2.4.9

Re: Implementing Surveys in OTRS 2.4.7

Post by lupisa »

ok link received :)

thanks for your help, but now I have another query.

I am now after a survey that once a ticket is closed, the survey will be sent to multiple recipients. Any idea how to trigger this mechanism plsss?
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Implementing Surveys in OTRS 2.4.7

Post by jojo »

Survey will just be sent to the customer mail address of the ticket
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
alphabravo8
Znuny newbie
Posts: 2
Joined: 11 Nov 2011, 18:20
Znuny Version: 2.4.7
Real Name: Aaron

Re: Implementing Surveys in OTRS 2.4.7

Post by alphabravo8 »

Hi Guys,

I am struggling too, I run the exact same version of OTRS 2.4.7

The module has installed correctly, I have setup a survey (as MASTER), it is set to valid that is set on "SOME QUEUE"
I created a ticket aded it under "SOME QUEUE" and I still received nothing after having closed the ticket.

I have this in the sys config for the survey module :
Survey::SendPeriod: -> 0
Survey::NotificationSender: -> support@mydomain.com
Ticket::EventModulePost###99-SurveySendRequest: EVENT -> (ArticleCreate|TicketStateUpdate)
Ticket::EventModulePost###99-SurveySendRequest: MODULE -> Kernel::System::Ticket::Event::SurveySendRequest

I have followed this setup guide : http://wiki.otterhub.org/index.php?titl ... SendPeriod

what did I forget?
thanks for your help!

A
CentOS 6
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Implementing Surveys in OTRS 2.4.7

Post by jojo »

did you try to upgrade to 2.4.15? (or even better to 3.2.9)
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Locked