Changes between Initial Version and Version 1 of ScheduledWorkflowPlugin


Ignore:
Timestamp:
Nov 1, 2012, 9:03:41 PM (11 years ago)
Author:
Daniel Kahn Gillmor
Comment:

New hack ScheduledWorkflowPlugin, created by dkgdkg

Legend:

Unmodified
Added
Removed
Modified
  • ScheduledWorkflowPlugin

    v1 v1  
     1[[PageOutline(2-5,Contents,pullout)]]
     2
     3= ScheduledWorfkflow =
     4
     5== Description ==
     6
     7This plugin provides a new subcommand for `trac-admin` that makes it
     8easy to automatically transition tickets after a certain period of
     9time.
     10
     11You might want to consider invoking it from a cronjob.
     12
     13== Bugs/Feature Requests ==
     14
     15Existing bugs and feature requests for ScheduledWorkflowPlugin are
     16[report:9?COMPONENT=ScheduledWorkflowPlugin here].
     17
     18If you have any issues, create a
     19[http://trac-hacks.org/newticket?component=ScheduledWorkflowPlugin&owner=dkgdkg new ticket].
     20
     21== Download ==
     22
     23Download the zipped source from [download:scheduledworkflowplugin here].
     24
     25== Source ==
     26
     27You can check out ScheduledWorkflowPlugin from [http://trac-hacks.org/svn/scheduledworkflowplugin here] using Subversion, or [source:scheduledworkflowplugin browse the source] with Trac.
     28
     29== Example ==
     30
     31in your crontab:
     32
     33{{{
     340 0 * * * trac-admin /srv/tracenv transition do new idle 14 automatic "This ticket has been new for 2 weeks; marking as idle."
     35}}}
     36
     37
     38== Recent Changes ==
     39
     40[[ChangeLog(scheduledworkflowplugin, 3)]]
     41
     42== Author/Contributors ==
     43
     44'''Author:''' [wiki:dkgdkg] [[BR]]
     45'''Maintainer:''' [wiki:dkgdkg] [[BR]]
     46'''Contributors:'''