Search found 16 matches

by qnetworks
10 Dec 2010, 15:26
Forum: Howtos
Topic: Require Type,Service... at customer new ticket
Replies: 6
Views: 10240

Require Type,Service... at customer new ticket

if you want to force the customers to chose ticket type, service, etc you just have to go to Kernel/Modules/CustomerTicketMessage.pm at type for example you have this: # types if ( $Self->{ConfigObject}->Get('Ticket::Type') ) { my %Type = $Self->{TicketObject}->TicketTypeList( %Param, Action => $Sel...
by qnetworks
26 Nov 2010, 14:08
Forum: Help
Topic: [SOLVED] Count time until Closed State
Replies: 3
Views: 1950

Re: Count time until Closed State

if you make a Ticketlist stat, the parametter SolutionInMin gives you the laboral minutes between create and close time.
by qnetworks
24 Nov 2010, 17:19
Forum: Help
Topic: 1 day to autoclose nofification (SOLVED)
Replies: 6
Views: 7562

Re: 1 day to autoclose nofification

both of the solutions works, but i prefer yours :D
time to (SOLVED)
thx!
by qnetworks
24 Nov 2010, 13:42
Forum: Help
Topic: 1 day to autoclose nofification (SOLVED)
Replies: 6
Views: 7562

Re: 1 day to autoclose nofification

if you set 3 days pending its impossible with this filter to get a ticket when the counter reach 24 h left :shock:, the only way to make this, i think, is to set 2 days pending , when the "waiting for client" ticket reach 0 change to "1 day left" by cron pendingjobs.pl, and then ...
by qnetworks
24 Nov 2010, 10:32
Forum: Help
Topic: 1 day to autoclose nofification (SOLVED)
Replies: 6
Views: 7562

Re: 1 day to autoclose nofification

yes, that's what i had thought, but i found two problems, one of them was at the generic agent filter, but i made some tests and i reach the solution, if you set at pending times: Ticket pending time reached (for example) LAST 5 min, you are taking all the tickets which have the pending time > -5 mi...
by qnetworks
23 Nov 2010, 12:30
Forum: Ayuda
Topic: Asignacion automatica de tiket a agentes
Replies: 1
Views: 2422

Re: Asignacion automatica de tiket a agentes

puedes crear colas y establecerlas para cada agente (preferencias del agente): telefonia, internet.... Si los tickets entran por la web de customer, el cliente escoge la cola correspondiente a su problema al crear un ticket. si entran por mail deberia funcionar los filtros de postmaster, si ponen el...
by qnetworks
23 Nov 2010, 12:21
Forum: Help
Topic: 1 day to autoclose nofification (SOLVED)
Replies: 6
Views: 7562

1 day to autoclose nofification (SOLVED)

hi, i have a pending autoclose state called "waiting for client" and i use this state to clean the helpdesk of inactive tickets, for example, i say to a customer: "please send me the ref number". if the customer don't reply in the next 3 days the ticket will be closed. exist any ...
by qnetworks
22 Nov 2010, 18:25
Forum: Help
Topic: How to allow agent edit (add/edit/remove) list of Customers
Replies: 1
Views: 1379

Re: How to allow agent edit (add/edit/remove) list of Custom

select the agent you want to give rights and enable the users group RW box, at admin / Agent<->group
by qnetworks
22 Nov 2010, 10:19
Forum: Help
Topic: Posmaster filter (SOLVED)
Replies: 2
Views: 1568

Re: Posmaster filter (SOLVED)

Thanks crythias, it works, it gives an error when you try to fetch the emails, if the sender is not a customer.
by qnetworks
18 Nov 2010, 10:37
Forum: Help
Topic: Posmaster filter (SOLVED)
Replies: 2
Views: 1568

Posmaster filter (SOLVED)

hey forum,
i want to make a filter wich only gets the emails if the sender is a customer registered in the otrs system and send them to a queue "queueexample".
the filter must ignore the emails from any sender who isn't a customer.
anyone know how to do that?
by qnetworks
29 Oct 2010, 11:52
Forum: Help
Topic: peding auto time in solution
Replies: 0
Views: 955

peding auto time in solution

hello.
I made a stat that counts the solution time in min (SolutionInMin) of each ticket, but when a ticket is in pending auto state, the solution time continues growing.
How can i configure the stat to don´t count the time, when the tickets are in a pending state?
by qnetworks
25 Oct 2010, 09:07
Forum: Help
Topic: pending auto close
Replies: 19
Views: 6483

pending auto close

hi.
i have a problem with this function, it doesn't work, when the timer reach 0 the function don't change the ticket state to closed, timer continues counting in negative values (1, 0, -1, -2, -3....)
can someone help me?
thanks
by qnetworks
25 Oct 2010, 08:56
Forum: Ayuda
Topic: Cambio de Estatus de Ticket
Replies: 2
Views: 2612

Re: Cambio de Estatus de Ticket

eso mismo me paso a mi jaja, para que un ticket cambie de nuevo a abierto pulsas el reply (respuesta) y en la ventana donde escribes la respuesta te aparecera una opcion para escojer el estado al que quieres que pase el ticket.
by qnetworks
21 Oct 2010, 12:45
Forum: Help
Topic: otrs need reload?
Replies: 1
Views: 1474

otrs need reload?

hi forum. i made some changes at sysconfig, i dont know why but they dont work, e.g. i set "Ticket::Frontend::AgentTicketNote###StateDefault" at "Frontend::Agent::Ticket::ViewNote" to change the state of a ticket to open if you create a note. but if i create a note the state stil...
by qnetworks
21 Oct 2010, 09:32
Forum: Help
Topic: working time stat
Replies: 0
Views: 946

working time stat

hi. i want to make a stat which tells me how much working time has passed between the creation of a ticket and the solution. Making a ticketlist stat i used create and close time to restrict the results and i tryed with the SolutionTimeWorkingTime at x axis but when i start the stat it return me 0 v...
by qnetworks
21 Oct 2010, 09:31
Forum: Ayuda
Topic: estadisticas usando horario laboral
Replies: 3
Views: 5951

estadisticas usando horario laboral

Buenas. Quiero crear una estadistica que me diga cuanto tiempo laboral transcurre entre la creacion del ticket y el cierre. He probado usando un ticketlist, en el eje x todas las variables para hacer una prueba, y he puesto una restriccion de tiempo de creacion y cierre. El problema es que en Soluti...