[[PageOutline(2-5,Contents,pullout)]] = ScheduledWorfkflow = == Description == This plugin provides a new subcommand for `trac-admin` that makes it easy to automatically transition tickets after a certain period of time. You might want to consider invoking it from a cronjob. == Bugs/Feature Requests == Existing bugs and feature requests for ScheduledWorkflowPlugin are [report:9?COMPONENT=ScheduledWorkflowPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=ScheduledWorkflowPlugin&owner=dkgdkg new ticket]. == Download == Download the zipped source from [download:scheduledworkflowplugin here]. == Source == You can check out ScheduledWorkflowPlugin from [http://trac-hacks.org/svn/scheduledworkflowplugin here] using Subversion, or [source:scheduledworkflowplugin browse the source] with Trac. == Example == in your crontab: {{{ 0 0 * * * trac-admin /srv/tracenv transition do new idle 14 automatic "This ticket has been new for 2 weeks; marking as idle." }}} == Recent Changes == [[ChangeLog(scheduledworkflowplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:dkgdkg] [[BR]] '''Maintainer:''' [wiki:dkgdkg] [[BR]] '''Contributors:'''