2 # Create an instance of the "mantis" plugin talking to a database DSN
3 # called "mantis_dsn" in wvodbc.ini. Tasks imported from here will be
6 import bug mantis:mantis_dsn
9 # Create an instance of the "fogbugz" plugin talking to a database DSN
10 # called "fogbugz_dsn" in wvodbc.ini. Tasks imported from here will be
13 import fb fogbugz:fogbugz_dsn
16 # Create an instance of the "log" plugin. You should always have one of
17 # these, since it reads back estimates saved when you change them in the web
23 # Create an instance of the "result" plugin, talking to a database DSN
24 # named "schedulator_dsn" in wvodbc.ini. This stores a summary
25 # of everyone's schedule, so that you can query it later.
27 plugin result result:schedulator_dsn