Pending Auto Close+ opened my ticket (solved)

Moderator: crythias

Post Reply
rvwmgk
Znuny newbie
Posts: 55
Joined: 10 Mar 2015, 17:40
Znuny Version: OTRS 4 Free

Pending Auto Close+ opened my ticket (solved)

Post by rvwmgk »

I am trying to set my tickets to "pending auto close+".

However, my tests on a testserver open the tickets instead of closing them:

StateUpdate - Old: "new" New: "pending auto close+" - Zoom view - Agent - 10/07/2015 16:07:06
SetPendingTime - Updated: 2015-07-10 16:12 - Agent - 10/07/2015 16:07:06
Misc ResponseTemplate (95/457002/457004) - Agent - 10/07/2015 16:07:06
StateUpdate - Old: "pending auto close+" New: "open" - Admin OTRS - 10/07/2015 16:45:02
SetPendingTime - Updated: 00-00-00 00:00 - Admin OTRS - 10/07/2015 16:45:02

Any idea what might be causing this?
Last edited by rvwmgk on 13 Jul 2015, 17:03, edited 1 time in total.
JeremyB3ntham
Znuny newbie
Posts: 38
Joined: 15 Mar 2015, 10:31
Znuny Version: v4.0.5 (Debian)

Re: Pending Auto Close+ opened my ticket

Post by JeremyB3ntham »

Could be a GenericAgent. Do you have any of these setup that may be causing it? If so, disable them all and see if it still behaves that way, at least that way you'll know it is one of them.
crythias
Moderator
Posts: 10169
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Pending Auto Close+ opened my ticket

Post by crythias »

also check next state after pending in sysconfig.
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
rvwmgk
Znuny newbie
Posts: 55
Joined: 10 Mar 2015, 17:40
Znuny Version: OTRS 4 Free

Re: Pending Auto Close+ opened my ticket

Post by rvwmgk »

Yes, crythias, that is it, thanks !!

Edit Config Settings in Ticket -> Core::Ticket >>> Ticket::StateAfterPending

default for pending auto close+ = open
default for pending auto close- = open

Very hard to understand why the default for an auto close is set to open but I change it to:

default for pending auto close+ = closed with success
default for pending auto close- = closed without success

;-)
RStraub
Znuny guru
Posts: 2210
Joined: 13 Mar 2014, 09:16
Znuny Version: 6.0.14
Real Name: Rolf Straub

Re: Pending Auto Close+ opened my ticket (solved)

Post by RStraub »

I highly doubt that's default :)
Currently using: OTRS 6.0.14 -- MariaDB -- Ubuntu 16 LTS
EXG133
Znuny expert
Posts: 217
Joined: 06 Aug 2012, 18:12
Znuny Version: 3.1.7 & 4.04

Re: Pending Auto Close+ opened my ticket (solved)

Post by EXG133 »

I've had this happen, in my case I changed names of some states as a test: 'closed succesful' -> 'closed'
OTRS can't find the value 'closed succesful' it has in the sysconfig and then selects the first valid state to avoid crashes I suppose.

Therefore let's repeat the mantra: whenever you change anything (ticket type, state, etc) from default search for it in the sysconfig
Post Reply