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
Config a due date
Moderator: 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
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
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: Config a due date
Can you explain a little more?
Whats the best way to implement a due date?
Whats the best way to implement a due date?
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Config a due date
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
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: Config a due date
Seems to be adding confusion, due date would eliminate this.
Its trivial, but can it be done?
Thanks
Its trivial, but can it be done?
Thanks
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Config a due date
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.
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
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