
I have a ticket that is closed, how can I open it without replying to the customer? -- Wes Plate Automatic Duck, Inc. http://www.wesplate.com http://www.automaticduck.com

On Tuesday, March 09, 2004 7:25 PM
Wes Plate
I have a ticket that is closed, how can I open it without replying to the customer?
Set it to 'pendign something', which should work in a default installation. To enhance this functionality, you might use in Config.pm: # NoteSetState # (possible to set ticket state via AgentNote) $Self->{NoteSetState} = 1; # default note next state $Self->{DefaultNextNoteStateType} = ['new', 'open', 'closed']; Now, you're able to set a _note_ to the ticket and change it's state to some other state than just the pinding one. hth, Robert Kehl -- ((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg http://www.otrs.de/ :: Tel. +49 (0)6172 4832388

On 3/9/04 10:32 AM, "Robert Kehl" wrote:
Set it to 'pendign something', which should work in a default installation.
Cool! Thank you. -- Wes Plate Automatic Duck, Inc. http://www.wesplate.com http://www.automaticduck.com
participants (2)
-
Robert Kehl
-
Wes Plate