Changes between Version 7 and Version 8 of ScheduledWorkflowPlugin
- Timestamp:
- Apr 21, 2022, 2:32:13 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ScheduledWorkflowPlugin
v7 v8 1 1 [[PageOutline(2-5,Contents,pullout)]] 2 2 3 = Schedule d workflow3 = Schedule automatic workflow on tickets 4 4 5 5 == Description … … 16 16 }}} 17 17 18 You might want to consider invoking it from a cronjob. 18 As an example, add the following to your crontab: 19 20 {{{ 21 0 0 * * * trac-admin /srv/tracenv transition do new idle 14 automatic "This ticket has been new for 2 weeks; marking as idle." 22 }}} 19 23 20 24 == Bugs/Feature Requests … … 40 44 Add the file `scheduledworkflow.py` to your `plugins` directory. 41 45 42 == Example43 44 Add the following to your crontab:45 46 {{{47 0 0 * * * trac-admin /srv/tracenv transition do new idle 14 automatic "This ticket has been new for 2 weeks; marking as idle."48 }}}49 50 46 == Recent Changes 51 47