Creating ticket in a ticket

Moderator: crythias

Post Reply
maro584
Znuny newbie
Posts: 39
Joined: 04 Feb 2020, 17:36
Znuny Version: 6.0.24
Real Name: Mark

Creating ticket in a ticket

Post by maro584 »

Hello Everyoody is somebody know how to create a new ticket from existing ticket?
zzz
Znuny superhero
Posts: 889
Joined: 15 Dec 2016, 15:13
Znuny Version: All
Real Name: Emin
Company: Efflux GmbH
Contact:

Re: Creating ticket in a ticket

Post by zzz »

Hey,

You can split articles into new tickets, see the docs.

— Emin
Professional OTRS, Znuny & OTOBO services: efflux.de | efflux.de/en/

Free and premium add-ons: German | English
maro584
Znuny newbie
Posts: 39
Joined: 04 Feb 2020, 17:36
Znuny Version: 6.0.24
Real Name: Mark

Re: Creating ticket in a ticket

Post by maro584 »

It works for phone ticket and email ticket. Which is great.

But how to do that in process ticket? There is no option there to split an article.
root
Administrator
Posts: 3968
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: Creating ticket in a ticket

Post by root »

Hi,

Use the transition action TicketCreate to create a new ticket and link to the current one.

- Roy
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 ?
maro584
Znuny newbie
Posts: 39
Joined: 04 Feb 2020, 17:36
Znuny Version: 6.0.24
Real Name: Mark

Re: Creating ticket in a ticket

Post by maro584 »

Do you have any tutorial or well explained topic for it?
maro584
Znuny newbie
Posts: 39
Joined: 04 Feb 2020, 17:36
Znuny Version: 6.0.24
Real Name: Mark

Re: Creating ticket in a ticket

Post by maro584 »

I have found a solution So I will share it for community:


In your process ticket you have to create a sequence flow action with TicketCreate.

Link shows the required and optional parameters:
https://doc.otrs.com/doc/api/otrs/7.0/P ... te.pm.html

The solution can be used for OTRS version 7.x.x
root
Administrator
Posts: 3968
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: Creating ticket in a ticket

Post by root »

Hi,

No need to reference a non Community Version. Same here for 6: https://github.com/OTRS/otrs/blob/rel-6 ... ate.pm#L71

- Roy
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 ?
maro584
Znuny newbie
Posts: 39
Joined: 04 Feb 2020, 17:36
Znuny Version: 6.0.24
Real Name: Mark

Re: Creating ticket in a ticket

Post by maro584 »

Thanks for also version 6 :)
Post Reply