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

Re: Create new article type
Hi,
I think you have to extend database. It can not be done in sysconfig. This is sometimes tricky.
Flo
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.
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.
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Create new article type
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
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
Re: Create new article type
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 ?
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Create new article type
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
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: Create new article type
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.
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
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
Re: Create new article type
Thanks crythias , it works. I edited my databese , created new article types with -internal and -external. Thanks!
-
- 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
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!
Many Thanks in advance!