Hello there,
I'm looking for a report to get the complete conversation from our engineer to the customer, but haven't found anything yet. Is there anything like that?
If there isn't, is it possible to get it through an SQL query?
I need to present a report of the conversation between the engineer and the customer everytime a ticket is closed and is really hard for me to go into every ticket every time to get that data. Even if I could get it through a csv would be awesome, then I could do a macro to format it.
Appreciate all the help and guidance you can provide me.
Greetings,
C.
Get complete ticket report
Moderator: crythias
Get complete ticket report
OTRS: 3.08
OS: Ubuntu
Apache2/MySQL 5
OS: Ubuntu
Apache2/MySQL 5
-
- Znuny wizard
- Posts: 477
- Joined: 20 Nov 2011, 16:08
- Znuny Version: 6.5.11
- Real Name: Schulmann
Re: Get complete ticket report
That is not easy because of the different possible formattings (Plain Text, HTML, Mail-Attachments, ...).cbravo wrote:I need to present a report of the conversation between the engineer and the customer everytime a ticket is closed and is really hard for me to go into every ticket every time to get that data.
It sounds unusual to present the conversation of every closed ticket.
Why do you need this?
Isn't it sufficient to see it in OTRS?
Znuny6/Debian/ESXi
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Get complete ticket report
the customer can print the ticket from his side.
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
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
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Get complete ticket report
look at bin/otrs.GetTicketThread.pl as well. Not sure how you want to get that into your ticket.
Note also that using the Reply feature for correspondence *generally* includes the entire thread at the point of "Reply", so unless the correspondence includes lots of non-correspondence (New Post only), the last Reply closing the ticket should be the entire thread.
Note also that using the Reply feature for correspondence *generally* includes the entire thread at the point of "Reply", so unless the correspondence includes lots of non-correspondence (New Post only), the last Reply closing the ticket should be the entire thread.
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
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