Auto respond with ticket url

Moderator: crythias

Locked
nixman
Znuny newbie
Posts: 5
Joined: 14 Jul 2011, 19:22
Znuny Version: 3.0.9

Auto respond with ticket url

Post by nixman »

Hello,

We are looking to insert a url with the ticketID on auto respond message where customer can loging to the customer portal and view the ticket updates. To accommodate it following what we have done.

Code: Select all

You may view your ticket here:

http://host_name/otrs/customer.pl?Action=CustomerTicketZoom;TicketID=<OTRS_TICKET_TicketID>
The issue is <OTRS_TICKET_TicketID> is not comes under the complete url where user can click.

[url]http://host_name/otrs/customer.pl?Action=CustomerTicketZoom;TicketID=[/url]124

Any advice how we could send the absolute ticket url to the client..!

Thanks in advance
nixman
Znuny newbie
Posts: 5
Joined: 14 Jul 2011, 19:22
Znuny Version: 3.0.9

Re: Auto respond with ticket url

Post by nixman »

This is all right, I found it myself.
Locked