Hello,
I'm new on OTRS and I must test some things...
I have a pending reminder ticket. And i would update his pending time via an e-mail...
I've done some search and I find some things :
With Postmaster and X-OTRS-State-PendingTime i can modify the pending time of an existing ticket if the reference of the ticket is in the subjet of the mail.
Now i want to increase the pending time of 6 hours... And with X-OTRS-State-PendingTime I've to give a date which looks like this : "2010-11-20 00:00:00 "
Is it possible to increase the pending time or calculate with the timestamp or something like this?
Thank you.
Update the pending time of a ticket via mail
Moderator: crythias
Update the pending time of a ticket via mail
Last edited by Srede on 18 Oct 2011, 17:59, edited 1 time in total.
Re: Update the pending time of a ticket via mail
Up Again . . .
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Update the pending time of a ticket via mail
No, not through built-in postmasterfilter. You can, though, create a postmasterfilter perl module to do it, but it requires programming,
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
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
Re: Update the pending time of a ticket via mail
Okay, I see...
Do you already programed a postmasterfilter perl module? Do you have sample of one of this module?
Is there a documentation or something like that because I don't find any documentation to program postmasterfilter perl module
Thanks for you reply
Do you already programed a postmasterfilter perl module? Do you have sample of one of this module?
Is there a documentation or something like that because I don't find any documentation to program postmasterfilter perl module
Thanks for you reply
Re: Update the pending time of a ticket via mail
Up Again ... 
