mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-21 23:43:11 +01:00
Fix esclation description
Escalation is based on days a ticket has been active, not hours. Fixed config, closes #280. Thanks @J-A-M
This commit is contained in:
parent
aa46cc6988
commit
68cc1b1e8e
@ -23,7 +23,7 @@ Before django-helpdesk will be much use, you need to do some basic configuration
|
||||
|
||||
0 * * * * /path/to/helpdesksite/manage.py escalate_tickets
|
||||
|
||||
This will run the escalation process hourly, using the 'Escalation Hours' setting for each queue to determine which tickets to escalate.
|
||||
This will run the escalation process hourly, using the 'Escalation Days' setting for each queue to determine which tickets to escalate.
|
||||
|
||||
5. If you wish to exclude some days (eg, weekends) from escalation calculations, enter the dates manually via the Admin, or setup a cronjob to run a management command on a regular basis::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user