Hide ticket type?

Moderator: crythias

Post Reply
Baustin
Znuny newbie
Posts: 38
Joined: 01 Jun 2011, 10:40
Znuny Version: 3.0
Real Name: Barry

Hide ticket type?

Post by Baustin »

Hi,

When you click into a ticket, you see star | No. | Type | | From | Subject | Created | Attachment |

Is it possible to remove one of these feilds? I have looked everywhere in the sys config and cant find it. Any help would be great.

Basically in every ticket, there will be a communication between 4 different parties so having "type" just confuses things as you only have "customer" and "agent"

Thanks
OTRS 3.0.7 installed on Linux. Agents access it, customers emails us.
MichaelR
Znuny expert
Posts: 250
Joined: 12 Oct 2010, 01:35
Znuny Version: 3.0.9
Company: LRS Health

Re: Hide ticket type?

Post by MichaelR »

This has been covered time and time again.

Please search.
OTRS: 3.0.9 & ITSM 3.0.4 - OS: Windows 7 - DB: MySQL - Heaps of random/useful hacks :)
[Major Code Changes]
ArticleFreeTime1-3
Ability to search ArticleFreeText
Baustin
Znuny newbie
Posts: 38
Joined: 01 Jun 2011, 10:40
Znuny Version: 3.0
Real Name: Barry

Re: Hide ticket type?

Post by Baustin »

MichaelR wrote:This has been covered time and time again.

Please search.
So I have searched around for about 20 minutes. To be honest I don't even know what I am looking for, if I did, I wouldn't be here. Perhaps you could point me in the right direction?
OTRS 3.0.7 installed on Linux. Agents access it, customers emails us.
MichaelR
Znuny expert
Posts: 250
Joined: 12 Oct 2010, 01:35
Znuny Version: 3.0.9
Company: LRS Health

Re: Hide ticket type?

Post by MichaelR »

http://forums.otrs.org/viewtopic.php?f=60&t=5156

Start there, figure out which page you need to edit, then change the DTL layout to use the fields you want (providing they have been passed to the DTL)
OTRS: 3.0.9 & ITSM 3.0.4 - OS: Windows 7 - DB: MySQL - Heaps of random/useful hacks :)
[Major Code Changes]
ArticleFreeTime1-3
Ability to search ArticleFreeText
Baustin
Znuny newbie
Posts: 38
Joined: 01 Jun 2011, 10:40
Znuny Version: 3.0
Real Name: Barry

Re: Hide ticket type?

Post by Baustin »

MichaelR wrote:http://forums.otrs.org/viewtopic.php?f=60&t=5156

Start there, figure out which page you need to edit, then change the DTL layout to use the fields you want (providing they have been passed to the DTL)
Thanks alot, I will take a look :)
OTRS 3.0.7 installed on Linux. Agents access it, customers emails us.
crythias
Moderator
Posts: 10169
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Hide ticket type?

Post by crythias »

or turn off Type as an option in SysConfig.
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
Baustin
Znuny newbie
Posts: 38
Joined: 01 Jun 2011, 10:40
Znuny Version: 3.0
Real Name: Barry

Re: Hide ticket type?

Post by Baustin »

crythias wrote:or turn off Type as an option in SysConfig.
Yea I have looked at doing that, I searched for "type" Looked at all the results it brings but but cant find a way to disable it.
OTRS 3.0.7 installed on Linux. Agents access it, customers emails us.
crythias
Moderator
Posts: 10169
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Hide ticket type?

Post by crythias »

Edit Config Settings in Ticket -> Core::Ticket

Ticket::Type

Default value: No
Allows defining new types for ticket (if ticket type feature is enabled).
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
Baustin
Znuny newbie
Posts: 38
Joined: 01 Jun 2011, 10:40
Znuny Version: 3.0
Real Name: Barry

Re: Hide ticket type?

Post by Baustin »

crythias wrote:Edit Config Settings in Ticket -> Core::Ticket

Ticket::Type

Default value: No
Allows defining new types for ticket (if ticket type feature is enabled).
I actually tried that one already but I can still see it when i click in a ticket
OTRS 3.0.7 installed on Linux. Agents access it, customers emails us.
crythias
Moderator
Posts: 10169
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Hide ticket type?

Post by crythias »

This was for creating a ticket, the type doesn't appear.

You want to remove it from showing? You can edit the .dtl, such as AgentTicketZoom.dtl



<!-- dtl:block:Type -->
<label>$Text{"Type"}:</label>
<p class="Value" title="$QData{"Type"}">$QData{"Type","18"}</p>
<div class="Clear"></div>
<!-- dtl:block:Type -->
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
Baustin
Znuny newbie
Posts: 38
Joined: 01 Jun 2011, 10:40
Znuny Version: 3.0
Real Name: Barry

Re: Hide ticket type?

Post by Baustin »

crythias wrote:This was for creating a ticket, the type doesn't appear.

You want to remove it from showing? You can edit the .dtl, such as AgentTicketZoom.dtl



<!-- dtl:block:Type -->
<label>$Text{"Type"}:</label>
<p class="Value" title="$QData{"Type"}">$QData{"Type","18"}</p>
<div class="Clear"></div>
<!-- dtl:block:Type -->
Thanks alot, I will give this a go
OTRS 3.0.7 installed on Linux. Agents access it, customers emails us.
Weertolon
Znuny newbie
Posts: 1
Joined: 10 Oct 2011, 08:53
Znuny Version: 3.0.10
Real Name: Michael Stigall

Re: Hide ticket type?

Post by Weertolon »

I think i'll use this code too. Kudos!
Post Reply