SolutionTime calculation

Moderator: crythias

Locked
jdelvecchio
Znuny newbie
Posts: 5
Joined: 30 Jul 2015, 15:07
Znuny Version: 3.3.3

SolutionTime calculation

Post by jdelvecchio »

Hi,

I'd like to calculate the SolutionTime and the ResponseTime for each ticket based on some parameters.
For example; if a ticket was in a state "waiting for customer's response", the SolutionTime must be calculated by substracting the time during the ticket was in that state.
Here's an example :
-A customer opens a ticket
-We need more info from this customer in order to close the ticket --> we put the ticket in "freeze" state
-The SolutionTime counter must NOT be incremented during the time the ticket is in this "freeze" state
-Customer gives us the information, we change the state to "open" then continue working on the ticket
-We close the ticket once all is ok, SolutionTime is calculated.

Is there a way to implement this fonction : Calculate SolutionTime in a specific way, like in the example ?

Best regards,

Julien D.
RStraub
Znuny guru
Posts: 2210
Joined: 13 Mar 2014, 09:16
Znuny Version: 6.0.14
Real Name: Rolf Straub

Re: SolutionTime calculation

Post by RStraub »

Currently using: OTRS 6.0.14 -- MariaDB -- Ubuntu 16 LTS
jdelvecchio
Znuny newbie
Posts: 5
Joined: 30 Jul 2015, 15:07
Znuny Version: 3.3.3

Re: SolutionTime calculation

Post by jdelvecchio »

Thanks for your reply, i've tried them and all of these are for otrs 3, i've upgrade to otrs 4.0.9 and cannot use them.

Do you know some other websites where I could find otrs packages ?
I've been searching on otrsaddons and opar.

Regards,

JD
RStraub
Znuny guru
Posts: 2210
Joined: 13 Mar 2014, 09:16
Znuny Version: 6.0.14
Real Name: Rolf Straub

Re: SolutionTime calculation

Post by RStraub »

Hah and there I thought it would help, as your Info says you're using 3.x :)

It seems they weren't continued to 4.x as you said - though I'd bet the OTRS feature add-on is ported.

In that case you are out of luck if you cannot develop something for yourself or don't want to pay for it.
Currently using: OTRS 6.0.14 -- MariaDB -- Ubuntu 16 LTS
Locked