Ticket type drop down

Moderator: crythias

Locked
jhag
Znuny newbie
Posts: 23
Joined: 10 Oct 2013, 12:05
Znuny Version: 4.0.11
Real Name: Joakim

Ticket type drop down

Post by jhag »

Hi,

First, thanks for a great product. I have one issue, Is it possible to have the ticket "type" drop-down menu in the email reply form or even better right next to the Que drop-down.

Thanks /Joakim
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Ticket type drop down

Post by crythias »

A Type is something that doesn't apply to the customer if an agent changes it, so it probably isn't necessary to change it when corresponding with the customer.
You can add TicketType to ViewNote
Ticket::Frontend::AgentTicketNote###TicketType
This allows you also to record why you changed the type.
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
jhag
Znuny newbie
Posts: 23
Joined: 10 Oct 2013, 12:05
Znuny Version: 4.0.11
Real Name: Joakim

Re: Ticket type drop down

Post by jhag »

crythias wrote:A Type is something that doesn't apply to the customer if an agent changes it, so it probably isn't necessary to change it when corresponding with the customer.
You can add TicketType to ViewNote
Ticket::Frontend::AgentTicketNote###TicketType
This allows you also to record why you changed the type.
Hi, okay thank you for your reply. I will look at that.

Is there noway to have the drop-down menu next to the queues drop-down ?

/Joakim
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Ticket type drop down

Post by crythias »

I'm sure if you're enterprising, you might be able to program it, but if you're constantly changing type, you're probably better off using queues and subqueues instead as it's already programmed as you wish.
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
Locked