Changes between Version 7 and Version 8 of ScheduledWorkflowPlugin


Ignore:
Timestamp:
Apr 21, 2022, 2:32:13 PM (2 years ago)
Author:
figaro
Comment:

Move example to functional description

Legend:

Unmodified
Added
Removed
Modified
  • ScheduledWorkflowPlugin

    v7 v8  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Scheduled workflow
     3= Schedule automatic workflow on tickets
    44
    55== Description
     
    1616}}}
    1717
    18 You might want to consider invoking it from a cronjob.
     18As an example, add the following to your crontab:
     19
     20{{{
     210 0 * * * trac-admin /srv/tracenv transition do new idle 14 automatic "This ticket has been new for 2 weeks; marking as idle."
     22}}}
    1923
    2024== Bugs/Feature Requests
     
    4044Add the file `scheduledworkflow.py` to your `plugins` directory.
    4145
    42 == Example
    43 
    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 
    5046== Recent Changes
    5147