[SOLVED] new ticket information not visible

Moderator: crythias

Locked
aph
Znuny superhero
Posts: 646
Joined: 20 Jun 2014, 12:11
Znuny Version: 3.3.9, 4.x, 5.x

[SOLVED] new ticket information not visible

Post by aph »

I added some new ticket dynamic fields and added these to Ticket -> Frontend::Agent::Ticket::ViewNote. However, when I create a new not and submit it, new information entered in these dynamic fields does not appear in the 'Ticket Information' section next to the ticket in web interface? Should the information not appear there since it is a ticket dynamic field?
Last edited by aph on 17 Jul 2014, 08:43, edited 1 time in total.
OTRS 3.3.x (private/testing) on Windows Server 2008 with MSSQL database.
OTRS 3.3.x (private/testing) on CentOS with MySQL database and apache
RStraub
Znuny guru
Posts: 2210
Joined: 13 Mar 2014, 09:16
Znuny Version: 6.0.14
Real Name: Rolf Straub

Re: new ticket information not visible

Post by RStraub »

you need to add them to agentticketzoom (Frontend::Agent::Ticket::ViewZoom) aswell.
Currently using: OTRS 6.0.14 -- MariaDB -- Ubuntu 16 LTS
aph
Znuny superhero
Posts: 646
Joined: 20 Jun 2014, 12:11
Znuny Version: 3.3.9, 4.x, 5.x

Re: new ticket information not visible

Post by aph »

Thanks!
OTRS 3.3.x (private/testing) on Windows Server 2008 with MSSQL database.
OTRS 3.3.x (private/testing) on CentOS with MySQL database and apache
aph
Znuny superhero
Posts: 646
Joined: 20 Jun 2014, 12:11
Znuny Version: 3.3.9, 4.x, 5.x

Re: new ticket information not visible

Post by aph »

Another related question. How can I add the field 'inform agents' or 'involved agents' in the note screen as shown in the demo (see screenshot below):
Unbenannt_2.PNG
I would like this information to appaer in ticket information as well
Unbenannt_4.PNG
Thank you
You do not have the required permissions to view the files attached to this post.
OTRS 3.3.x (private/testing) on Windows Server 2008 with MSSQL database.
OTRS 3.3.x (private/testing) on CentOS with MySQL database and apache
RStraub
Znuny guru
Posts: 2210
Joined: 13 Mar 2014, 09:16
Znuny Version: 6.0.14
Real Name: Rolf Straub

Re: new ticket information not visible

Post by RStraub »

To show them in the ticket note pop-up, navigate to Ticket -> Frontend::Agent::Ticket::ViewNote -> Ticket::Frontend::AgentTicketNote###InvolvedAgent
Activate this option and set it to yes.

I don't know if you can show them on the ticket screen, as from my understanding that is simply a notification sent out, and not a setting (like 'watching').
Currently using: OTRS 6.0.14 -- MariaDB -- Ubuntu 16 LTS
aph
Znuny superhero
Posts: 646
Joined: 20 Jun 2014, 12:11
Znuny Version: 3.3.9, 4.x, 5.x

Re: new ticket information not visible

Post by aph »

Thanks
OTRS 3.3.x (private/testing) on Windows Server 2008 with MSSQL database.
OTRS 3.3.x (private/testing) on CentOS with MySQL database and apache
Locked