But when I open a ticket I see the following in the top menu:
Back | Lock | History | Print | Priority | Free Fields | Link | Owner | Customer | Note | Phone Call Outbound | Phone Call Inbound | E-Mail Outbound | Merge | Pending | Close | Move
I did find a video on Youtube where Type (Tipo in the video) is shown
https://www.youtube.com/watch?v=GnKG1kL3eKU
Back | Lock | History | Print | Priority | Type (Tipo) | Free Fields | Link etc. etc. etc.
So basically my question is how do I make Type visible in AgentTicketZoom?
your-otrs-url/index.pl?Action=AgentTicketZoom;TicketID=1
I looked in SysConfig and did find some subgroups:
Core::Ticket
Frontend::Agent::Ticket::ViewBulk
Frontend::Agent::Ticket::ViewClose
Frontend::Agent::Ticket::ViewFreeText
Frontend::Agent::Ticket::ViewNote
Frontend::Agent::Ticket::ViewOwner
Frontend::Agent::Ticket::ViewPending
Frontend::Agent::Ticket::ViewPriority
Frontend::Agent::Ticket::ViewResponsible
Frontend::Customer::Ticket::ViewNew
But I was not able to make Type visible in AgentTicketZoom.
Ticket::Type = is set to Yes
Allows defining new types for ticket (if ticket type feature is enabled).
> But where do I enable ticket type feature?
Ticket::Frontend::AgentTicketBulk###TicketType = Yes
> But that's not it, that's when you perform bulk actions...
Ticket -> Frontend::Agent::Ticket::ViewNote
Ticket::Frontend::AgentTicketNote###TicketType = No, changed to Yes
> But that's not it, that's when you add a note...
Ticket -> Frontend::Agent::Ticket::ViewOwner
Ticket::Frontend::AgentTicketOwner###TicketType = No, changed to Yes
> But that's not it, that's when you change the owner...
Ticket -> Frontend::Agent::Ticket::ViewPending
Ticket::Frontend::AgentTicketPending###TicketType = No, changed to Yes
> That's not it either; that's when you change Pending...
So where is it? What am I missing?
