[SOLVED] Default Ticket State

Moderator: crythias

Locked
Kris
Znuny newbie
Posts: 49
Joined: 28 Mar 2013, 13:02
Znuny Version: 3.2.3
Real Name: Kris ten Hoedt
Company: Prominent

[SOLVED] Default Ticket State

Post by Kris »

Hi again,

While tinkering with OTRS we somehow managed to screw up the default ticket state for tickets entered through the customer portal.
These are all saved as 'open' instead of 'new'.
Email-tickets all get the 'new' state.

In SysConfig I did a search on "DefaultState" and checked all the results.
Also I added the following lines to config.pm:

Code: Select all

$Self->{PostmasterDefaultState} = 'new';
$Self->{CustomerDefaultState} = 'new';
Still no luck.

Any ideas?
Thanks!
Last edited by Kris on 10 Apr 2013, 14:36, edited 1 time in total.
Version: OTRS 3.2.3 + ITSM
OS: Win XP Pro SP3
DB: MySQL
Webserver: Apache
Kris
Znuny newbie
Posts: 49
Joined: 28 Mar 2013, 13:02
Znuny Version: 3.2.3
Real Name: Kris ten Hoedt
Company: Prominent

Re: Default Ticket State

Post by Kris »

Hmmm no takers on this one at all? :?
Version: OTRS 3.2.3 + ITSM
OS: Win XP Pro SP3
DB: MySQL
Webserver: Apache
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Default Ticket State

Post by crythias »

See this?
Ticket::Frontend::CustomerTicketMessage###StateDefault
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
Kris
Znuny newbie
Posts: 49
Joined: 28 Mar 2013, 13:02
Znuny Version: 3.2.3
Real Name: Kris ten Hoedt
Company: Prominent

Re: Default Ticket State

Post by Kris »

Darn.... I searched for 'DefaultState', never thought of looking at 'StateDefault' as well....

It sure did the trick!

Thank alot!
Next time when I'm in Florida I'll buy you a beer :)
Version: OTRS 3.2.3 + ITSM
OS: Win XP Pro SP3
DB: MySQL
Webserver: Apache
Locked