[SOLVED] new ticket information not visible
Moderator: crythias
[SOLVED] new ticket information not visible
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
OTRS 3.3.x (private/testing) on CentOS with MySQL database and apache
-
- 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
you need to add them to agentticketzoom (Frontend::Agent::Ticket::ViewZoom) aswell.
Currently using: OTRS 6.0.14 -- MariaDB -- Ubuntu 16 LTS
Re: new ticket information not visible
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
OTRS 3.3.x (private/testing) on CentOS with MySQL database and apache
Re: new ticket information not visible
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):
I would like this information to appaer in ticket information as well
Thank youYou 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
OTRS 3.3.x (private/testing) on CentOS with MySQL database and apache
-
- 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
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').
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
Re: new ticket information not visible
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
OTRS 3.3.x (private/testing) on CentOS with MySQL database and apache