OTRS5 - Ticket-ID in Ticket-Information

Allgemein Fragen, deutsche News, Ankündigungen & Events zum OTRS
Post Reply
tuxtom
Znuny expert
Posts: 173
Joined: 22 Sep 2016, 11:44
Znuny Version: 6.0.38
Real Name: Tux
Location: Germany
Contact:

OTRS5 - Ticket-ID in Ticket-Information

Post by tuxtom »

Hi All,
can someone describe me the way how to get the ticket-ID into the ticket-information?

Regards, Tom.
-----------------------
Debian
OTRS 6.0.38, ITSM 6
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: OTRS5 - Ticket-ID in Ticket-Information

Post by reneeb »

Add

Code: Select all

                        <label>[% Translate("TicketID") | html %]:</label>
                        <p class="Value" title="[% Data.TicketID %]">[% Data.TicketID %]</p>
                        <div class="Clear"></div>
to https://github.com/znuny/Znuny/blob/rel ... om.tt#L168
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Post Reply