Create new ticket type

Moderator: crythias

Post Reply
userICN2
Znuny newbie
Posts: 4
Joined: 07 Feb 2017, 13:32
Znuny Version: OTRS Free 5

Create new ticket type

Post by userICN2 »

Hello everyone,

I have been trying to create a ticket type but I don't find where I have to do it.

What I want is to create a ticket type "on hold" "waiting for customer" or similar, where the ticket time stops. Is it possible?

I have another question... in which report can I see the total time of a ticket?

Many thanks!
nedmaj
Znuny expert
Posts: 167
Joined: 26 Nov 2014, 20:34
Znuny Version: 6.3.4
Real Name: Samuel Casimiro
Company: Câmara dos Deputados
Contact:

Re: Create new ticket type

Post by nedmaj »

I think what you need is a pending status (already available), not a new ticket type (tickets types are not meant for that).

To stop SLA clock for a ticket while pending, you have to install a add on from Znuny called Znuny4OTRS-EscalationSuspend.

Install the repo add on first, and then that other add on will be available for install.

https://znuny.com/#!/znuny4otrs
Samuel

Znuny 6.3.4 | OTRS 5.0.17
OS: Debian 11 | CentOS 6.5
Database: Postgres | Oracle 12.1
Number of agents: 450 | Number of customers: 20000 | Number of CIs: 30000
wurzel
Znuny guru
Posts: 3230
Joined: 08 Jul 2010, 22:25
Znuny Version: x.x.x
Real Name: Florian

Re: Create new ticket type

Post by wurzel »

Hi,

you need pending states. And (commercial) addons.

for example
https://www.otrs.com/otrs-business-solu ... n-suspend/


Florian
OTRS 8 SILVER (Prod)
OTRS 8 auf Debian 11 (Test)
Znuny 7.x latest version testing auf Debian 11

-- Ich beantworte keine Forums-Fragen PN - No PN please

I won't answer to unfriendly users any more. A greeting and regards are just polite.
userICN2
Znuny newbie
Posts: 4
Joined: 07 Feb 2017, 13:32
Znuny Version: OTRS Free 5

Re: Create new ticket type

Post by userICN2 »

nedmaj wrote:I think what you need is a pending status (already available), not a new ticket type (tickets types are not meant for that).

To stop SLA clock for a ticket while pending, you have to install a add on from Znuny called Znuny4OTRS-EscalationSuspend.

Install the repo add on first, and then that other add on will be available for install.

https://znuny.com/#!/znuny4otrs

Thanks for the info! I have installed the plugin and I will test it in the next days.

On the other hand, in which report can I see total time of a ticket? I mean... I want to see how many hours a ticket has been in open state.
wurzel
Znuny guru
Posts: 3230
Joined: 08 Jul 2010, 22:25
Znuny Version: x.x.x
Real Name: Florian

Re: Create new ticket type

Post by wurzel »

Hi,
userICN2 wrote:
On the other hand, in which report can I see total time of a ticket? I mean... I want to see how many hours a ticket has been in open state.
AFAIK this is not possible with the statistic module. There is a commercial addon with freely selectable history entries
to achieve your goal
https://www.otrs.com/otrs-business-solu ... calations/

You might use direct SQL queries, too.

regards
Florian
OTRS 8 SILVER (Prod)
OTRS 8 auf Debian 11 (Test)
Znuny 7.x latest version testing auf Debian 11

-- Ich beantworte keine Forums-Fragen PN - No PN please

I won't answer to unfriendly users any more. A greeting and regards are just polite.
root
Administrator
Posts: 3961
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: Create new ticket type

Post by root »

wurzel wrote:Hi,
You might use direct SQL queries, too.
That's nonsense, with SQL queries the calendar settings are not honored.
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO

Use a test system - always.

Do you need professional services? Check out https://www.znuny.com/

Do you want to contribute or want to know where it goes ?
wurzel
Znuny guru
Posts: 3230
Joined: 08 Jul 2010, 22:25
Znuny Version: x.x.x
Real Name: Florian

Re: Create new ticket type

Post by wurzel »

Hi,

you should be able to query via SQL the ticket history table including time stamps.
And from this count your ticket state open time.

I never said, this would be easy. But this is possible.

For myself, I don't have the knowledge to do this.


Cheers
Florian
OTRS 8 SILVER (Prod)
OTRS 8 auf Debian 11 (Test)
Znuny 7.x latest version testing auf Debian 11

-- Ich beantworte keine Forums-Fragen PN - No PN please

I won't answer to unfriendly users any more. A greeting and regards are just polite.
Post Reply