Workflow Rule: Customer Reminder for still opened Tickets ++

Moderator: crythias

Locked
MrShinken
Znuny newbie
Posts: 78
Joined: 17 Apr 2013, 12:26
Znuny Version: 3.3.8

Workflow Rule: Customer Reminder for still opened Tickets ++

Post by MrShinken »

Hello community,

I have a general question to realize a workflow which actually is nothing special for other ticket systems at the moment.
Is it possible to remind a customer to inform about a still opened ticket in a period of eg. 5 days? Then, after about 14 days, the ticket should be automatically be closed and marked with a custom status (eg. closed / no response). If the customer follows up then, the ticket will be set active again.

Is there a known way to achieve this scenario in OTRS? If there is no possible way to realize it through GenericAgent, I'll post this as a feature request.

What do you think about this? Do you even know any workaround?
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Workflow Rule: Customer Reminder for still opened Ticket

Post by jojo »

This requires custom development
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
MrShinken
Znuny newbie
Posts: 78
Joined: 17 Apr 2013, 12:26
Znuny Version: 3.3.8

Re: Workflow Rule: Customer Reminder for still opened Ticket

Post by MrShinken »

Thanks. That's exactly what I've thought.

I just requested this as a new feature:
https://otrsteam.ideascale.com/a/dtd/Wo ... ubmitted=1
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Workflow Rule: Customer Reminder for still opened Ticket

Post by jojo »

thanks for your submit. If you need such a feature in a timely maner you need to have it developed
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
rvwmgk
Znuny newbie
Posts: 55
Joined: 10 Mar 2015, 17:40
Znuny Version: OTRS 4 Free

Re: Workflow Rule: Customer Reminder for still opened Tickets ++

Post by rvwmgk »

This is an old thread, I know...

I was just wondering if there is any way to do this in OTRS? Has this been implemented somehow in the meanwhile or is this still custom development?
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Workflow Rule: Customer Reminder for still opened Tickets ++

Post by crythias »

MrShinken wrote:Is it possible to remind a customer to inform about a still opened ticket in a period of eg. 5 days?
Yes, using generic agent testing last change and current state, change the state and do a notification (event).
(State=open, last change more than 5 days ago. set new state 5days)
MrShinken wrote:Then, after about 14 days, the ticket should be automatically be closed and marked with a custom status (eg. closed / no response). If the customer follows up then, the ticket will be set active again.
ditto above. (state=5days, last change more than 7 days ago, set new state closed no response. Unlock ticket.) Notification (event).
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
Locked