Don´t list New ticket type

Moderator: crythias

Post Reply
ccorrales
Znuny newbie
Posts: 2
Joined: 13 Jul 2012, 00:42
Znuny Version: 3.1.6

Don´t list New ticket type

Post by ccorrales »

I created a new ticket type as describe in http://doc.otrs.org/3.1/en/html/states-customizing.html but when i go to Admin-> State-> add new state. the list of state types no show me the state created by me.
OTRS 3.16/ ITSM 3.14
On Centos 6.2
crythias
Moderator
Posts: 10169
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Don´t list New ticket type

Post by crythias »

If you want to add a state, add it through the GUI. If you want to add a state TYPE (a category of states), you'll need to add it through database.
You *probably* don't want to add a state type unless you are sure you want it. Most likely, your new state you want is either an "open" state or a "closed" state.
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
hcc
Znuny newbie
Posts: 15
Joined: 13 Sep 2012, 09:16
Znuny Version: 3.1.4

Re: Don´t list New ticket type

Post by hcc »

Greetings.
I have the same problem - newly created state type doesn't appear in state's management. (I need exactly new StateType, not State.) I have added new row in ticket_state_type table as shown in documentation, but nothing changes.
crythias
Moderator
Posts: 10169
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Don´t list New ticket type

Post by crythias »

remember, this is a state *TYPE*, not a *STATE*.
It won't show up in the web interface until you add a state, and then choose the TYPE from the drop down list.
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
hcc
Znuny newbie
Posts: 15
Joined: 13 Sep 2012, 09:16
Znuny Version: 3.1.4

Re: Don´t list New ticket type

Post by hcc »

Thanks for reply.
crythias wrote:remember, this is a state *TYPE*, not a *STATE*.
That's right. I understand that.
crythias wrote:and then choose the TYPE from the drop down list.
Here my trouble is. My newly created type isn't shown at the drop down list. I see "новый" ("new"), "открытый" ("open"), "закрытый" ("closed"), "ожидает автозакрытия" ("pending auto") and others, but not mine.

P.S. Here I expect my newly created state type:

Image

Switched to english interface for clarity.
Last edited by hcc on 13 Sep 2012, 14:59, edited 1 time in total.
crythias
Moderator
Posts: 10169
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Don´t list New ticket type

Post by crythias »

There's no cacheing on this. Use your OTRS sql box to see if the entry is listed:
SELECT * FROM ticket_state_type
SQL Box.png
States.png
You do not have the required permissions to view the files attached to this post.
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
hcc
Znuny newbie
Posts: 15
Joined: 13 Sep 2012, 09:16
Znuny Version: 3.1.4

Re: Don´t list New ticket type

Post by hcc »

Here is my output:
sqlquery.png
And here is my state type list:
cstates.png
You do not have the required permissions to view the files attached to this post.
crythias
Moderator
Posts: 10169
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Don´t list New ticket type

Post by crythias »

I don't have a good answer for you on this.
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
hcc
Znuny newbie
Posts: 15
Joined: 13 Sep 2012, 09:16
Znuny Version: 3.1.4

Re: Don´t list New ticket type

Post by hcc »

I will keep on trying to figure it out by myself.
Thanks anyway.
hcc
Znuny newbie
Posts: 15
Joined: 13 Sep 2012, 09:16
Znuny Version: 3.1.4

Re: Don´t list New ticket type

Post by hcc »

I have installed a new clean 3.1.10 version and as the first step added my custom state type successfully. Maybe previous 3.1.4 version has some kind of bug or highly misconfigured either.
firebolt
Znuny newbie
Posts: 47
Joined: 21 Sep 2012, 07:55
Znuny Version: 5.0.10
Real Name: Игорь (Igor)

Re: Don´t list New ticket type

Post by firebolt »

Hi, dear OTRS Ninjas.

It was very needed for me to get this new ticket state type. (I want to use it for agents monitoring) I've added it just like was wrote in the OTRS manual but the new state type didn't appear in the System.
So what did I do? I ran bin/otrs.RebuildConfig.pl just like it wrote in the Important for Upgrading information in the Release Notes on the official web-site. And now I hasten to share this solution with you.
OTRS Technicians forgot to mention about this moment.
OTRS 6.0.20, Debian GNU/Linux 9 stretch
Post Reply