Config a due date

Moderator: crythias

Locked
kmdot
Znuny newbie
Posts: 68
Joined: 16 Dec 2010, 18:46
Znuny Version: 3

Config a due date

Post by kmdot »

Hi

How can i set a due date, that count downs like pending/sla's, and also once the due date has been reached, its added as a reminder and goes to negative time?

thanks
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Config a due date

Post by crythias »

Generic Agent state change.
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
kmdot
Znuny newbie
Posts: 68
Joined: 16 Dec 2010, 18:46
Znuny Version: 3

Re: Config a due date

Post by kmdot »

Can you explain a little more?

Whats the best way to implement a due date?
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Config a due date

Post by crythias »

What's wrong with Pending Reminder?
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
kmdot
Znuny newbie
Posts: 68
Joined: 16 Dec 2010, 18:46
Znuny Version: 3

Re: Config a due date

Post by kmdot »

Seems to be adding confusion, due date would eliminate this.

Its trivial, but can it be done?

Thanks
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Config a due date

Post by crythias »

Add a new state called "Due Date" of type "pending reminder"
Perhaps also a new state called "Overdue" of type "open"

Config Options: Ticket -> Core::Ticket
Set this, too:
Ticket::StateAfterPending:
Define which State should be set automatically (Value) after pending time of State (Key) has been reached.

Key: "Due Date"
Content: "Overdue"

And then a Notification (Event) on state change to Overdue.
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