Create new article type

Moderator: crythias

Locked
mantyyzz
Znuny newbie
Posts: 19
Joined: 04 Jul 2014, 12:38
Znuny Version: 3.1.15

Create new article type

Post by mantyyzz »

Hello , I'm using otrs 3.3.8 with mysql in linux debian.

I want to create new note article type(internal) , such as ,,note-internal'' (customers can't see it) , is it posible to do this ?
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Create new article type

Post by crythias »

when you create a note, you get to choose its 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
mantyyzz
Znuny newbie
Posts: 19
Joined: 04 Jul 2014, 12:38
Znuny Version: 3.1.15

Re: Create new article type

Post by mantyyzz »

I know that , but I want to create new type. Now i have note-internal , note-external and note-.... , so i want to create fourth type :)
wurzel
Znuny guru
Posts: 3270
Joined: 08 Jul 2010, 22:25
Znuny Version: x.x.x
Real Name: Florian

Re: Create new article type

Post by wurzel »

Hi,

I think you have to extend database. It can not be done in sysconfig. This is sometimes tricky.

Flo
OTRS 2025 SILVER (Prod)
OTRS 2025 auf Debian 12 (Test)
Znuny 7.x latest version testing auf Debian 12

-- Ich beantworte keine Forums-Fragen PN - No PN please

I won't answer to unfriendly users any more. A greeting and regards are just polite.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Create new article type

Post by crythias »

I think in this case, article types are what's listed in SysConfig only.
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
mantyyzz
Znuny newbie
Posts: 19
Joined: 04 Jul 2014, 12:38
Znuny Version: 3.1.15

Re: Create new article type

Post by mantyyzz »

Well I added new article in my databese. It appears in the list when i sending note , and works fine. But now the problem is that my created article type is external, it is possisble to do it internal? i mean that customer can't see note in their interface when i send it ?
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Create new article type

Post by crythias »

it matters what it's labeled. if -internal, or -external
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
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Create new article type

Post by crythias »

To create a new Note article type:
Ticket::Frontend::AgentTicketNote###ArticleTypes

To create a new email (Reply) article type:
Ticket::Frontend::AgentTicketCompose###ArticleTypes

Follow the structure as existing.
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
mantyyzz
Znuny newbie
Posts: 19
Joined: 04 Jul 2014, 12:38
Znuny Version: 3.1.15

Re: Create new article type

Post by mantyyzz »

Thanks crythias , it works. I edited my databese , created new article types with -internal and -external. Thanks!
fcontreras
Znuny newbie
Posts: 1
Joined: 15 Sep 2016, 18:46
Znuny Version: 5.0.11
Real Name: Freddy Contreras
Company: Greentech

Re: Create new article type

Post by fcontreras »

Crythias and Mantyyzz, since I am a begginer with OTRS and because I am dealing with the same issue (adding articles types), I appreciate you guys give me more information on how we could edit the database to add article types.

Many Thanks in advance!
Locked