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';
Any ideas?
Thanks!