1 # Set the day where "everything works out"
\r
4 # Set the default load factor and working hours. These values are actually
\r
7 WorkingHours 0 8 8 8 8 8 0
\r
9 # Import some test data from the "test" data source, just so this schedule
\r
13 # Import the "estimate transaction log" so that estimates you make using
\r
14 # schedulator's web UI actually affect things.
\r
15 import log log:sample
\r
17 # Track the ongoing output from this schedule in a database
\r
18 plugin results results:schedulator:sample
\r
20 # Here are some examples of how to import FogBugz cases and Mantis cases,
\r
21 # respectively, for the user named "sample".
\r
22 #import bug fogbugz:fogbugz:sample
\r
23 #import mbug mantis:mantis:sample
\r
26 # Define the default project name for milestones below
\r
27 Milestone "My Project:"
\r
29 # Define some milestones. Note that they won't appear in the schedule
\r
30 # unless you actually have some tasks in them.
\r
31 Milestone "Version 1.0"
\r
32 Milestone "Version 2.0"
\r
33 Milestone "Version 3.0"
\r
35 # Define bounce/release dates for the most recent milestone
\r
36 Bounce 2006-11-01 2006-12-01 2007-01-01
\r
38 # Create some tasks and subtasks in the most recent milestone
\r
41 *** Sub-subtask 1.a.a [5h]
\r
42 *** Finished sub-subtask 1.a.b [6h 6h]
\r
45 # Create a subtask of one of the test tasks
\r
46 Milestone "Weaver:Wv 1.0"
\r
48 ** Crazy subtask linking example
\r