Search found 10 matches

by HeY
22 Sep 2011, 10:23
Forum: Allgemeines
Topic: Ticket Customer wechseln
Replies: 2
Views: 1549

Re: Ticket Customer wechseln

Also ich habe es jetzt herrausgefunden. Man kann den Customer switchen per: my $Success = $TicketObject->TicketCustomerSet( No => 'client123', User => 'client-user-123', TicketID => 123, UserID => 23, ) Das ganze habe ich jetzt an ein ArticleCreate Event geknuepft. Toll!!
by HeY
21 Sep 2011, 17:01
Forum: Allgemeines
Topic: Ticket Customer wechseln
Replies: 2
Views: 1549

Re: Ticket Customer wechseln

Okay für das edit2 habe ich wohl eine Lösung. Ich setzte die Escalation update Zeit einfach auf 1 Minute und richte dann einen generic Agent ein: 'response was received' => { TicketEscalationUpdateTimeOlderMinutes => 0, TicketEscalationUpdateTimeNewerMinutes => 60, Queue => 'Q1', # new ticket proper...
by HeY
21 Sep 2011, 15:30
Forum: Allgemeines
Topic: Ticket Customer wechseln
Replies: 2
Views: 1549

Ticket Customer wechseln

Hallo Gemeinde, ich habe folgende Anforderung und bin mir bisher nicht klar wie ich diese umsetzten soll. Ich habe die folgenden Queues: Q1,Q2,Q3. Bei "move into Q1" habe ich eine Customer Notification eingestellt. Jetzt soll, falls der Customer auf diese Notification antwortet das Ticket ...
by HeY
13 Sep 2011, 21:13
Forum: Allgemeines
Topic: Agenten Permission zum Ticket Close entziehen
Replies: 3
Views: 2291

Re: Agenten Permission zum Ticket Close entziehen

Vielen Dank Alexander für deine Antwort. Also ich beschreibe mal was ich vor habe: In einem täglichen Job erstelle Tickets über die SOAP Schnittstelle. Diese Tickets escalieren von einer Queue in die nächste und schicken beim Queue Change Notifier an den entsprechenden Kunden raus. Meine "norma...
by HeY
13 Sep 2011, 15:43
Forum: Allgemeines
Topic: Agenten Permission zum Ticket Close entziehen
Replies: 3
Views: 2291

Agenten Permission zum Ticket Close entziehen

Hallo zusammen, ich habe sehr wenige Informationen zu diesem Thema gefunden. Mir scheint als ob es generell die Funktionalität gibt, dass ich bestimmten Gruppen von Agenten die Permission zum schliessen von Tickets entziehen kann - Ich bekomme es aber nicht ans laufen. Vielleicht kann mir jemand wei...
by HeY
04 Aug 2011, 12:31
Forum: Developers
Topic: Escalation Notification Solution
Replies: 4
Views: 7748

Re: Escalation Notification Solution

I think there is a "problem" in OTRS for testing purposes I have set the escalation times to very short periods (3 minutes) for each of these queues: q1, q2, q3, ... And my generic agent is set to the following filter: TicketEscalationTimeOlderMinutes => 0, TicketEscalationTimeNewerMinutes...
by HeY
04 Aug 2011, 11:04
Forum: Developers
Topic: Escalation Notification Solution
Replies: 4
Views: 7748

Re: Escalation Notification Solution

Thanks for the post, I understand what you are writing but I see a problem with that configuration. TicketEscalationTimeOlderMinutes => 0, TicketEscalationTimeNewerMinutes => 10, If becuase of some odd reason your cronjob did not runs once, this action is never triggered. I am a bit afraid that this...
by HeY
22 Mar 2011, 15:31
Forum: General
Topic: Multiple Problems (escalation/ownership)
Replies: 4
Views: 2846

Re: Multiple Problems (escalation/ownership)

Okay I see but a ticket that has an owner must not necessarily be locked. I just want to know if the owner of a ticket is just an information or does it actually have an impact on the way that OTRS is working. The manual for 2.3 states "If a ticket is escalated, no other tickets are displayed f...
by HeY
22 Mar 2011, 09:58
Forum: General
Topic: Multiple Problems (escalation/ownership)
Replies: 4
Views: 2846

Re: Multiple Problems (escalation/ownership)

The manual for 2.3 states "If a ticket is escalated, no other tickets are displayed for the queue containing the escalated ticket." So this is not true for OTRS 3 anymore? If you do not configure the GenericAgent to do anything about escalated ticket nothing will happen to escalated ticket...
by HeY
21 Mar 2011, 18:53
Forum: General
Topic: Multiple Problems (escalation/ownership)
Replies: 4
Views: 2846

Multiple Problems (escalation/ownership)

Hi all, I'm pretty new with OTRS and although I have read through the complete online manual there are some things I just don't understand. Theoretical I have understood the escalation mechanism but it just does not seem to work for me. I have setup an SLA with a response time of 1 Minute (just for ...