How to show first priori in Ticket view (CustomerTicketZoom)

Moderator: crythias

Locked
jgranados
Znuny newbie
Posts: 3
Joined: 15 Dec 2010, 14:56
Znuny Version: 2.4

How to show first priori in Ticket view (CustomerTicketZoom)

Post by jgranados »

Hi everybody, I'm looking for a solution to this problem, I need to show the first ticket priority in the CustomerTicketZoom view, but I don't know how begin, I think I have to insert a line in CustomerTicketZoom.dtl like this:

<tr>
<td class="contentkey">$Text{"FirstPriority"}:</td>
<td class="contentvalue"><font color="red">$QData{"FirsPriority"}</div></font></td>
</tr>

but I don't know how to create pass this "Firstate" from CustomerTicketZoom.pm, any ideas. thank you in advance.

P.D. Sorry for my english, I swear I'm trying to improve it
Last edited by jgranados on 22 Dec 2010, 17:25, edited 1 time in total.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: How to show first state in Ticket view (CustomerTicketZo

Post by crythias »

The first ticket state is almost always "New" unless you have another default...
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
jgranados
Znuny newbie
Posts: 3
Joined: 15 Dec 2010, 14:56
Znuny Version: 2.4

Re: How to show first priori in Ticket view (CustomerTicketZ

Post by jgranados »

I'm sorry I wanted to say priority, I've made a mistake, the priority that the customer choose in "New Ticket" screen, I saw this priority appears in the History, and I saw how to parser it in order to extract this priority, but I don't know how to pass parmeter from the .pm file to be written in the html code on the .dtl file
Locked