TicketCreate with Transition Action

Moderator: crythias

Locked
iclaude3000
Znuny newbie
Posts: 8
Joined: 16 Aug 2016, 17:17
Znuny Version: OTRS Version?: 5
Real Name: Claude
Company: Jukebox

TicketCreate with Transition Action

Post by iclaude3000 »

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
OTRS 5.0.x (private/testing/public) on Linux with MySQL database
root
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

Post by root »

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 ?
iclaude3000
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

Post by iclaude3000 »

Solved
OTRS 5.0.x (private/testing/public) on Linux with MySQL database
anigseji
Znuny newbie
Posts: 10
Joined: 23 Sep 2016, 15:07
Znuny Version: otrs5

Re: TicketCreate with Transition Action

Post by anigseji »

How to create a ticket with DynamicFields?????
wurzel
Znuny guru
Posts: 3273
Joined: 08 Jul 2010, 22:25
Znuny Version: x.x.x
Real Name: Florian

Re: TicketCreate with Transition Action

Post by wurzel »

Hi,

what in the doc are you missing?
http://otrs.github.io/doc/manual/admin/ ... on-actions

Flo
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.
anigseji
Znuny newbie
Posts: 10
Joined: 23 Sep 2016, 15:07
Znuny Version: otrs5

Re: TicketCreate with Transition Action

Post by anigseji »

to send dynamicField in the message body????
You do not have the required permissions to view the files attached to this post.
tiagostruck
Znuny newbie
Posts: 6
Joined: 27 Sep 2016, 19:08
Znuny Version: 5.0.0
Real Name: Tiago Struck

Re: TicketCreate with Transition Action

Post by tiagostruck »

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,
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: TicketCreate with Transition Action

Post by jojo »

<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
tiagostruck
Znuny newbie
Posts: 6
Joined: 27 Sep 2016, 19:08
Znuny Version: 5.0.0
Real Name: Tiago Struck

Re: TicketCreate with Transition Action

Post by tiagostruck »

Thank you very much!!!
anigseji
Znuny newbie
Posts: 10
Joined: 23 Sep 2016, 15:07
Znuny Version: otrs5

Re: TicketCreate with Transition Action

Post by anigseji »

and I can do this?


<OTRS_TICKET_DynamicField_name> & <OTRS_TICKET_DynamicField_lastname>

or I can send two fields??
Locked