Phone Ticket vs Email Ticket
Moderator: crythias
Phone Ticket vs Email Ticket
Dear All,
first of all, happy new year all all the best for 2011.
While starting to use OTRS, I found a difference between creation either phone or email tickets.
In the phone tickets, the agent can select the Impact, while in email ones this field is not available.
Does anybody know, how I could make it available for both??
Thanks
Kaz
first of all, happy new year all all the best for 2011.
While starting to use OTRS, I found a difference between creation either phone or email tickets.
In the phone tickets, the agent can select the Impact, while in email ones this field is not available.
Does anybody know, how I could make it available for both??
Thanks
Kaz
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Phone Ticket vs Email Ticket
What is "impact"?
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 ninja
- Posts: 1029
- Joined: 13 Apr 2009, 12:26
- Znuny Version: 6.0.13
- Real Name: Wolfgang Fürtbauer
- Company: PBS Logitek GmbH
- Location: Pinsdorf
Re: Phone Ticket vs Email Ticket
... comes from the ITSM package
Kaz,
I did not reconize this, and I'm using ITSM since more than a year! Congrats
I had a quick look to the code and the section for impact is simply missing in AgentTicketEmail.dtl while implemented in AgentTicketPhone.dtl
Either it's not shown by Design or simply a bug ...
Kaz,
I did not reconize this, and I'm using ITSM since more than a year! Congrats
I had a quick look to the code and the section for impact is simply missing in AgentTicketEmail.dtl while implemented in AgentTicketPhone.dtl
Either it's not shown by Design or simply a bug ...
Produktiv:
OTRS 6.0.13/ ITSM 6.0.13
OS: SUSE Linux (SLES 12, Leap), MySql 5.5.x, 5.6.x
Windows 2012 AD Integration (agents and customers), Nagios integration (incidents, CMDB), Survey, TimeAccounting
OTRS 6.0.13/ ITSM 6.0.13
OS: SUSE Linux (SLES 12, Leap), MySql 5.5.x, 5.6.x
Windows 2012 AD Integration (agents and customers), Nagios integration (incidents, CMDB), Survey, TimeAccounting
Re: Phone Ticket vs Email Ticket
Hi All,
I just come back on this point briefly.
First of all it looks like that in 3.0 the impact isn't used anymore. Sounds strange for me. I will be looking deeper and see what will really happen with the new version.
About the "bug" in email ticket, here is a workaround to implement the Impact in the email tickets:
Edit the file ./Kernel/Output/HTML/Standard/AgentTicketEmail.dtl (make a backup from it first
) and go on line 371 to add the following lines:
Save the file and it's done !!
Cheers
I just come back on this point briefly.
First of all it looks like that in 3.0 the impact isn't used anymore. Sounds strange for me. I will be looking deeper and see what will really happen with the new version.
About the "bug" in email ticket, here is a workaround to implement the Impact in the email tickets:
Edit the file ./Kernel/Output/HTML/Standard/AgentTicketEmail.dtl (make a backup from it first

Code: Select all
371 # ---
372 # ITSM
373 # ---
374 <tr>
375 <td class="contentkey">$Text{"Impact"}:</td>
376 <td class="contentvalue"> $Data{"ImpactStrg"}</td>
377 </tr>
378 # ---

Cheers
Re: Phone Ticket vs Email Ticket
Impact is ITSM dependend. So you need to install the ITSM Modules
"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
Re: Phone Ticket vs Email Ticket
Hi Jojo,
yes I know and that is done since a while. The issue is that even with ITSM module installed, the Impact information is only available while crea^ting a phone ticket. In the email ticket you just have the Service, SLA and Priority. The own solution, at least that I found, is to modify the dtl to add the Impact field in the email ticket creation formular. Then it works fine, you can select the Service and the impact and OTRS set the priority automatically!
Cheers
Kaz
yes I know and that is done since a while. The issue is that even with ITSM module installed, the Impact information is only available while crea^ting a phone ticket. In the email ticket you just have the Service, SLA and Priority. The own solution, at least that I found, is to modify the dtl to add the Impact field in the email ticket creation formular. Then it works fine, you can select the Service and the impact and OTRS set the priority automatically!
Cheers
Kaz
-
- Znuny newbie
- Posts: 32
- Joined: 19 Apr 2011, 23:27
- Znuny Version: 3.3.1
- Real Name: Nathan Unsworth
- Company: CSS Corp
- Location: Salt Lake City, Utah
- Contact:
Re: Phone Ticket vs Email Ticket
I noticed something else. When I upgraded to ITSM 3.0.4 the "Impact" selection is no longer available in either Phone or Email tickets. The field is still shown but it is just the label. I've tried adding the lines specified to my current theme but it still does not function. When I check the ITSM General Catalog, ITSM::Core:Impact is still available and can be modified but it does not function. Further more, the "Impact <-> Priority <-> Criticality" matrices are still available for modification. Should this be submitted as a bug?
-
- Znuny newbie
- Posts: 32
- Joined: 19 Apr 2011, 23:27
- Znuny Version: 3.3.1
- Real Name: Nathan Unsworth
- Company: CSS Corp
- Location: Salt Lake City, Utah
- Contact:
Re: Phone Ticket vs Email Ticket
Apparently I had a few ITSM packages installed incorrectly. Reinstalling them and recreating the themes with the new 3.0.9 modifications fixed the problem.