Is it possoble to manually set an escalation time?

Moderator: crythias

Locked
ericchaves
Znuny newbie
Posts: 21
Joined: 15 Oct 2010, 16:10
Znuny Version: 2.4.8

Is it possoble to manually set an escalation time?

Post by ericchaves »

Hi Folks,

Is it possible to create a queue where each ticket have it's "solution time" and "update time" sets manually by agents? That would made easy for an agent to follow-up tickets that relies on third-party/external workers.

Thanks in advance,

Eric.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Is it possoble to manually set an escalation time?

Post by crythias »

You may assign a TicketFreeTime for that purpose.
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
ericchaves
Znuny newbie
Posts: 21
Joined: 15 Oct 2010, 16:10
Znuny Version: 2.4.8

Re: Is it possoble to manually set an escalation time?

Post by ericchaves »

Hi Crythias,

What exactly os tje behavior of TicketFreeTime, I couldn't found documentation explaining it.
I configured it in my OTRS and setted for a test ticket, and it did'nt got escaleted once the time past. Dos Free Time override the queue escalation?

Thanks again for the help.
crythias wrote:You may assign a TicketFreeTime for that purpose.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Is it possoble to manually set an escalation time?

Post by crythias »

There is no behavior.
And apparently, Generic Agent doesn't allow to test for TicketFreeTime*, either. A module could be designed to account for that, though.

Also, SolutionTime and UpdateTime (if I recall correctly) are calculated based upon actions performed within OTRS.

If you want to have arbitrary fields assigned by agents, use TicketFreeTime. If you want something done with that field, that may require extra work.
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
ericchaves
Znuny newbie
Posts: 21
Joined: 15 Oct 2010, 16:10
Znuny Version: 2.4.8

Re: Is it possoble to manually set an escalation time?

Post by ericchaves »

Ok, thanks!
crythias wrote:There is no behavior.
And apparently, Generic Agent doesn't allow to test for TicketFreeTime*, either. A module could be designed to account for that, though.

Also, SolutionTime and UpdateTime (if I recall correctly) are calculated based upon actions performed within OTRS.

If you want to have arbitrary fields assigned by agents, use TicketFreeTime. If you want something done with that field, that may require extra work.
Locked