Changes between Version 16 and Version 17 of TracCronPlugin


Ignore:
Timestamp:
Oct 26, 2010, 12:31:05 PM (13 years ago)
Author:
Thierry Bressure
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracCronPlugin

    v16 v17  
    224224=== sleeping_ticket ===
    225225
    226 This task remind reporter about orphaned ticket and assiged user about sleeping ticket. Orphaned ticket is a ticket in new status since more than a given amount of day. An email notifcation is sent to the reporter in such a case. A sleeping ticket is a ticket assigned to an user, but the user either did not accepet it or did not touch the ticket(make comment for exemple) since more than a gievn amount of day. The assigned user is notified in such a case. The delay is an oprional parameter of each scedule. Default value is '''3 day'''.
     226This task remind reporter about orphaned ticket and assiged user about sleeping ticket. Orphaned ticket is a ticket in new status since more than a given amount of day. An email notifcation is sent to the reporter in such a case. A sleeping ticket is a ticket assigned to an user, but the user either did not accepet it or did not touch the ticket(make comment for exemple) since more than a gievn amount of day. The assigned user is notified in such a case. The delay is an optional parameter associated with each schedule. Default value is '''3 day'''.
    227227
    228228
    229229== Bundled Scheduler ==
    230230
     231=== Hourly scheduler ===
     232
     233See task scheduling section.
     234
     235=== Daily scheduler ===
     236
     237See task scheduling section.
     238
     239=== Weekly scheduler ===
     240
     241See task scheduling section.
     242
     243=== Monthly scheduler ===
     244
     245See task scheduling section.
     246
    231247== Bundled Listener ==
    232248
     249=== Email notification of task event ===
     250
     251This listener notify by email about task execution. You can choose the number of event sent by email by setting the value of ''task_listener.limit''. When the listener has received at least the number of task execution,it will send the mail. Default is '''1'''. The value of ''task_listener.recipient'' '''must''' be filled otherwise no mail will be sent.
     252
     253Here an sample of the email :
     254
     255{{{
     256The above task has been run by Trac Cron Plugin
     257
     258task[heart_beat]
     259started at 0 h 47
     260ended at 0 h 47
     261success
     262
     263task[heart_beat]
     264started at 0 h 48
     265ended at 0 h 48
     266success
     267
     268task[heart_beat]
     269started at 0 h 49
     270ended at 0 h 49
     271success
     272
     273}}}
    233274== Recent Changes ==
    234275