Reset ticket age at certain times of the day

Moderator: crythias

Locked
Baustin
Znuny newbie
Posts: 38
Joined: 01 Jun 2011, 10:40
Znuny Version: 3.0
Real Name: Barry

Reset ticket age at certain times of the day

Post by Baustin »

Hey guys,

I am wondering is it possible to reset the age of all new tickets in a que, once the clock hits 8am?

Is this possible.
OTRS 3.0.7 installed on Linux. Agents access it, customers emails us.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Reset ticket age at certain times of the day

Post by crythias »

No. Age is Now() minus ticket create time.
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
Baustin
Znuny newbie
Posts: 38
Joined: 01 Jun 2011, 10:40
Znuny Version: 3.0
Real Name: Barry

Re: Reset ticket age at certain times of the day

Post by Baustin »

Is it even possible to reset the age once a reply comes in.

Say the ticket is 4hours old, I send a reply and close the ticket.

If the person replies I want the ticket coming in as 0 age
OTRS 3.0.7 installed on Linux. Agents access it, customers emails us.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Reset ticket age at certain times of the day

Post by jojo »

no, as crytias already wrote the age is always computed new
"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
MichaelR
Znuny expert
Posts: 250
Joined: 12 Oct 2010, 01:35
Znuny Version: 3.0.9
Company: LRS Health

Re: Reset ticket age at certain times of the day

Post by MichaelR »

Unless of course you overwrite the ticket create time at every event ;)

Although that will break everything...
OTRS: 3.0.9 & ITSM 3.0.4 - OS: Windows 7 - DB: MySQL - Heaps of random/useful hacks :)
[Major Code Changes]
ArticleFreeTime1-3
Ability to search ArticleFreeText
Baustin
Znuny newbie
Posts: 38
Joined: 01 Jun 2011, 10:40
Znuny Version: 3.0
Real Name: Barry

Re: Reset ticket age at certain times of the day

Post by Baustin »

Thanks for the help guys.

So i guess I shouldn't be messing around with the ticket age.

Is it possible to filter from last activity? At the moment I have a generic agent moving tickets that are older than 3 hours.

Realistically I should be setting it to move tickets that have no activity on it in 3 hours. Can this be done?
OTRS 3.0.7 installed on Linux. Agents access it, customers emails us.
ferrosti
Znuny superhero
Posts: 723
Joined: 10 Oct 2007, 14:30
Znuny Version: 3.0
Location: Hamburg, Germany

Re: Reset ticket age at certain times of the day

Post by ferrosti »

Please read the manual about Ticket escalation. You´ll most certainly get what you want.
openSuSE on ESX
IT-Helpdesk: OTRS 3.0
Customer Service: OTRS 3.0 (upgraded from 2.3)
Customer Service (subsidiary): OTRS 3.0
+additional test and development systems
Baustin
Znuny newbie
Posts: 38
Joined: 01 Jun 2011, 10:40
Znuny Version: 3.0
Real Name: Barry

Re: Reset ticket age at certain times of the day

Post by Baustin »

I have, I cant find anything relating to 3.0. I have found information about older versions, which to be honest isn't very useful at all

http://doc.otrs.org/2.0/en/html/x1327.html

http://doc.otrs.org/2.3/en/html/x1519.html
OTRS 3.0.7 installed on Linux. Agents access it, customers emails us.
Locked