Process Management -> Dynamic Field as Ticket Title

Moderator: crythias

Post Reply
Raksha
Znuny newbie
Posts: 6
Joined: 01 Jun 2017, 09:30
Znuny Version: 5.0.19
Real Name: Haix
Company: SUBA

Process Management -> Dynamic Field as Ticket Title

Post by Raksha »

Hello OTRS Community,

my question is, can i set a dynamicfield as ticket titel in my workflow?
I did it in a connection activity, i have chosen the option "TicketTitleSet" and my dynamicfield as value. Now the ticket title is "dynamicvalue" :( ... every ticket which pases through the workflow. Is there a way to get my TicketTitle with the value of my df?

Thanks for your help!
Greeting Raksha
RStraub
Znuny guru
Posts: 2210
Joined: 13 Mar 2014, 09:16
Znuny Version: 6.0.14
Real Name: Rolf Straub

Re: Process Management -> Dynamic Field as Ticket Title

Post by RStraub »

I think from OTRS 5 onward you can use smarttags here. You could try:

Code: Select all

<OTRS_TICKET_DynamicField_NameOfYourField>
or maybe

Code: Select all

<OTRS_TICKET_DynamicField_NameOfYourField_Value>
Currently using: OTRS 6.0.14 -- MariaDB -- Ubuntu 16 LTS
Sayannara
Znuny advanced
Posts: 118
Joined: 22 May 2012, 12:37
Znuny Version: OTRS 7.06
Real Name: Yann
Company: FVE
Contact:

Re: Process Management -> Dynamic Field as Ticket Title

Post by Sayannara »

It works fine
<OTRS_TICKET_DynamicField_myfield1_Value> some text <OTRS_TICKET_DynamicField_myfield2_Value>

GenericAgent should do the trick as well.
Centos 7 / OTRS::ITSM 6 Business Solutions / MariaDB / Apache
Post Reply