Solved: Re-set Update Escalation

Moderator: crythias

Locked
RBehr
Znuny expert
Posts: 167
Joined: 26 Jan 2011, 13:23
Znuny Version: 3.0.7
Real Name: Rod Behr
Company: Impact
Location: London, United Kingdom
Contact:

Solved: Re-set Update Escalation

Post by RBehr »

A queue has an update escalation time set. The only means of "resetting" this is an external communication - either a Note-External or an e-mail.

We would like to have this reset by a Note-Internal as well. Is this possible?
Last edited by RBehr on 01 Dec 2011, 11:17, edited 1 time in total.
Rod Behr
Software Design Manager and Database Analyst | Impact Audiovisual | London
Installation: OTRS 3.0.7, Apache 2, Strawberry Perl 5 on Ubuntu 10.04.3 Server with separate MySQL Server, also on Ubuntu 10.04.3
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Re-set Update Escalation

Post by crythias »

It may be possible, but the update escalation (my guess) is that the customer is updated, and as internal doesn't do that ...?
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
RBehr
Znuny expert
Posts: 167
Joined: 26 Jan 2011, 13:23
Znuny Version: 3.0.7
Real Name: Rod Behr
Company: Impact
Location: London, United Kingdom
Contact:

Re: Re-set Update Escalation

Post by RBehr »

Yeah, we get the logic behind it. :)

We're not using it as an SLA, though - we want to escalate internally tickets which have not been updated within a given period. Personally, I don't think it's a great idea - we are risking exactly what you suggest: users updating tickets internally while the customer is not informed - but I'm just the IT guy. Is it possible? How?

Thanks.
Rod Behr
Software Design Manager and Database Analyst | Impact Audiovisual | London
Installation: OTRS 3.0.7, Apache 2, Strawberry Perl 5 on Ubuntu 10.04.3 Server with separate MySQL Server, also on Ubuntu 10.04.3
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Re-set Update Escalation

Post by crythias »

Basically, I'd look at the code for adding a note and see what it says. Oh, okay ... :)

From Ticket.pm, around line 2464:

Code: Select all

            # do not use /int/ article types for calculation
            next if $Row->{ArticleType} =~ /int/i;
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
RBehr
Znuny expert
Posts: 167
Joined: 26 Jan 2011, 13:23
Znuny Version: 3.0.7
Real Name: Rod Behr
Company: Impact
Location: London, United Kingdom
Contact:

Re: Re-set Update Escalation

Post by RBehr »

Crythias, you the man! Worked perfectly.

Thanks
Rod Behr
Software Design Manager and Database Analyst | Impact Audiovisual | London
Installation: OTRS 3.0.7, Apache 2, Strawberry Perl 5 on Ubuntu 10.04.3 Server with separate MySQL Server, also on Ubuntu 10.04.3
alex116
Znuny newbie
Posts: 10
Joined: 21 Nov 2011, 13:07
Znuny Version: 3.0.5
Real Name: Alexander
Location: Kazan, Russia

Re: Solved: Re-set Update Escalation

Post by alex116 »

Crythias, Thanks, it's very useful, but i also want to re-set escalation time when ticket queue change. Other queue may be with other escalation time, and when ticket move to other queue it should take escalation time from new queue.

Is it possible in OTRS in simple way?
Locked