[SOLVED] Autochange of services

Moderator: crythias

Locked
clockworkorange
Znuny newbie
Posts: 7
Joined: 06 Dec 2013, 12:47
Znuny Version: OTRS 3.2

[SOLVED] Autochange of services

Post by clockworkorange »

Hello, I would like to find some solution for my problem. We have 3 types of services: Begin of problem, Temporary solution, Permanent solution...What we really need is, when a ticket come to que, first service (begin of the problem) is set then agent first time responds to the ticket and the system automatically change service to the second one (temporary spolution)...Is there any way how to reach this? Thanks.
Last edited by clockworkorange on 06 Dec 2013, 17:38, edited 1 time in total.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Autochange of services

Post by crythias »

A service is what's being fixed. A state is what state it's in.
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
clockworkorange
Znuny newbie
Posts: 7
Joined: 06 Dec 2013, 12:47
Znuny Version: OTRS 3.2

Re: Autochange of services

Post by clockworkorange »

I know :? but this is requirement of my manager, so i'm trying to find solution :) there is no need to explain me what it is :?
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Autochange of services

Post by crythias »

clockworkorange wrote:Is there any way how to reach this? Thanks.
Yes. develop (program) an event.
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
clockworkorange
Znuny newbie
Posts: 7
Joined: 06 Dec 2013, 12:47
Znuny Version: OTRS 3.2

Re: Autochange of services

Post by clockworkorange »

Do you mean in ..Kernel/System/Ticket/Event/*.pm ?
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Autochange of services

Post by crythias »

That's a reasonably appropriate place to put the file you'll develop.
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
clockworkorange
Znuny newbie
Posts: 7
Joined: 06 Dec 2013, 12:47
Znuny Version: OTRS 3.2

Re: Autochange of services

Post by clockworkorange »

Thank you. I really appreciate it :) I'll do my best to develop the event..
Locked