Bugzilla:TaskJugglerIntegration: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Here are some Python scripts that can be used to extract tasks from a Bugzilla database and to create TaskJuggler tasks.  These files are released under a BSD license.
[http://taskjuggler.org/contrib.php TaskJuggler Contributions] has some Python [http://www.taskjuggler.org/FUDforum2/index.php?t=msg&th=2976&start=0&rid=65&S=b315ecd33dfd893759eb09cdbc24fa23 scripts] that can be used to extract tasks from a Bugzilla database and to create TaskJuggler tasks.  These files are released under a BSD license.
 
Note that the scripts have not been uploaded yet!  At this time I can only seem to upload images.
 
* [[bztotj.py]]
  Edit the script and change the configuration variables at
  the top. Run the script with 1 or more Bugzilla milestone
  parameters.  For example:
    bztotj.py mozilla0.9
  This will create a number of .tji files.
 
* [[date_macros.py]]
  Run this script to create date_macros.tji which contains
  macros that define various dates relative to today.
 
* [[bzexample.tjp]]
  An example Taskjuggler project that uses the .tji files
  created by bztotj.py and date_macros.py.

Latest revision as of 16:33, 20 July 2006

TaskJuggler Contributions has some Python scripts that can be used to extract tasks from a Bugzilla database and to create TaskJuggler tasks. These files are released under a BSD license.