how does OTRS change the state from "pending reminder" to "open" after
the pending time is reached ?
Occasionally we have tickets with high negative "pending till" values
like "-2 days 4 hours" and state "pending reminder" instead of state "open".
I tried /otrs/bin/PendingJobs.pl but this only sends notifications for
these tickets and lets the state unchanged.
Thanks in advance
Alexander
--
radprax Gesellschaft fuer medizinische Versorgungszentren mbH,
Bergstr. 7 - 9, 42105 Wuppertal,
Fon: +49 202 2489 1110, Fax: +49 202 2489 94 1119
Geschaeftsfuehrer: Andreas Martin, Dr. med. Heiner Steffens, Dr. med. Renate Tewaag
Amtsgericht Wuppertal: HRB 19359, St.-Nr.: 5132/5889/0264, DE 814559152
Web: http://www.radprax.de
---------------------------------------------------------------------
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/
The trick is, it does not. OTRS will keep the status in "Pending" and
keeps sending notifications until action is taken.
It's trivial to create a GenericAgent job that sets the status to
Open, if you'd like that.
((enjoy))
-
Michiel Beijen
R&D
Follow me on Twitter: @otrsnl [https://twitter.com/otrsnl]
OTRS AG
Norsk-Data-Str 1.
61352 Bad Homburg
Germany
T: +31 (0) 6457 42418
F: +49 (0) 9421 56818-18
I: http://www.otrs.com/
Business Location: Bad Homburg, Country Court: Bad Homburg, Commercial
register: 10751, Tax ID: 003 240
97505 Chairman of the Board: Burchard Steinbild, Managing Board: André
Mindermann (CEO), Martin Edenhofer
Hi Michiel,
now I understand the mechanism, thanks a lot ! This solved my problem.
Regards