TicketCreate with Transition Action
Moderator: crythias
-
- Znuny newbie
- Posts: 8
- Joined: 16 Aug 2016, 17:17
- Znuny Version: OTRS Version?: 5
- Real Name: Claude
- Company: Jukebox
TicketCreate with Transition Action
Hi,
I am using OTRS 5 for 3 months, but im having problems creating new tickets using process management.
I would like to know how can i create new tickets using transition actions using Transition Action Module: TicketCreate.
Regards
I am using OTRS 5 for 3 months, but im having problems creating new tickets using process management.
I would like to know how can i create new tickets using transition actions using Transition Action Module: TicketCreate.
Regards
OTRS 5.0.x (private/testing/public) on Linux with MySQL database
-
- Administrator
- Posts: 4253
- Joined: 18 Dec 2007, 12:23
- Znuny Version: Znuny and Znuny LTS
- Real Name: Roy Kaldung
- Company: Znuny
- Contact:
Re: TicketCreate with Transition Action
All required and optional parameter can be found via the perldoc. As OTRS user run this in the shell:
Code: Select all
perldoc Kernel/System/ProcessManagement/TransitionAction/TicketCreate.pm
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 ?
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 ?
-
- Znuny newbie
- Posts: 8
- Joined: 16 Aug 2016, 17:17
- Znuny Version: OTRS Version?: 5
- Real Name: Claude
- Company: Jukebox
Re: TicketCreate with Transition Action
Solved
OTRS 5.0.x (private/testing/public) on Linux with MySQL database
Re: TicketCreate with Transition Action
How to create a ticket with DynamicFields?????
Re: TicketCreate with Transition Action
OTRS 2025 SILVER (Prod)
OTRS 2025 auf Debian 12 (Test)
Znuny 7.x latest version testing auf Debian 12
-- 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.
OTRS 2025 auf Debian 12 (Test)
Znuny 7.x latest version testing auf Debian 12
-- 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.
Re: TicketCreate with Transition Action
to send dynamicField in the message body????
You do not have the required permissions to view the files attached to this post.
-
- Znuny newbie
- Posts: 6
- Joined: 27 Sep 2016, 19:08
- Znuny Version: 5.0.0
- Real Name: Tiago Struck
Re: TicketCreate with Transition Action
Hi,
I have the same problem with Transition Action > TicketCreate
I need pass information of a DynamicField of a process to a new ticket. But i can´t.
This is posible? Somebody can help-me?
Tnks,
I have the same problem with Transition Action > TicketCreate
I need pass information of a DynamicField of a process to a new ticket. But i can´t.
This is posible? Somebody can help-me?
Tnks,
Re: TicketCreate with Transition Action
<OTRS_TICKET_DynamicField_...>
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- Znuny newbie
- Posts: 6
- Joined: 27 Sep 2016, 19:08
- Znuny Version: 5.0.0
- Real Name: Tiago Struck
Re: TicketCreate with Transition Action
Thank you very much!!!
Re: TicketCreate with Transition Action
and I can do this?
<OTRS_TICKET_DynamicField_name> & <OTRS_TICKET_DynamicField_lastname>
or I can send two fields??
<OTRS_TICKET_DynamicField_name> & <OTRS_TICKET_DynamicField_lastname>
or I can send two fields??