Hi,
I want to generate a simple report containing
Ticket Number | Open Date | Close Date | Queue |Problem Description | Solution Description | Customer User ID |Customer User | Ticket State |Customer email Id | Customer Telephone | OEM Ticket Number
These are the conditions:[/b]
Problem Description : Text which user/agent enter at time of ticket creation in *Text" Field
Solution Description : Text which agent/resolve fill at the time of closing the ticket.
Customer User : User first and Last name
Customer email id : email id provided by user/agent
Customer Telephone : If Ticket created by telephone (Otherwise blank)
OEM Ticket Number : This field need to be created in Pending option after creation of the ticket.
Please help me to achieve this.
Thanks in advance.
Showing problem text and solution text in statistics report.
Moderator: crythias
-
- Znuny newbie
- Posts: 8
- Joined: 15 Aug 2015, 23:37
- Znuny Version: 4.0.11
- Real Name: Avi
- Company: TCS
Showing problem text and solution text in statistics report.
You do not have the required permissions to view the files attached to this post.
Re: Showing problem text and solution text in statistics report.
As you are using Articles you can not report on the Body of the articles for incident description and solution
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- Znuny newbie
- Posts: 8
- Joined: 15 Aug 2015, 23:37
- Znuny Version: 4.0.11
- Real Name: Avi
- Company: TCS
Re: Showing problem text and solution text in statistics report.
I see, Is there any other way to achieve this ?
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Showing problem text and solution text in statistics report.
SQL query, but it's rather complicated. First article is probably easy enough to determine. Article body for closed ticket is a bit more difficult to determine based upon what criteria you'd want to use. No, it's probably not the last article body. That's just as likely to be the customer "Thank you for closing my ticket." It is *probably* an article indicating changed to a closed state, or maybe it's an article with note-report. Maybe it's a ticket with time_accounting entry: viewtopic.php?t=12546
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
-
- Znuny newbie
- Posts: 8
- Joined: 15 Aug 2015, 23:37
- Znuny Version: 4.0.11
- Real Name: Avi
- Company: TCS
Re: Showing problem text and solution text in statistics report.
Or can we use custom Dynamic Fields and use these fields in new ticket form ?
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Showing problem text and solution text in statistics report.
This sounds like a question you'd be able to answer in your own environment.victorprime wrote:Or can we use custom Dynamic Fields and use these fields in new ticket form ?
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