Tool for converting a set of JIRA tasks to TaskJuggler (TJ3) syntax.
When using JIRA to track your project, and tasks/issues are estimated using the time-tracking plugin, this python module can convert the JIRA tasks to a gantt chart using the TaskJuggler tool.
Installation from pypi:
pip install mlx.jira_juggler
See help from python module:
python -m mlx.jira_juggler -h
Warning
The generated tj3-file, can at the moment not be parsed by TaskJuggler directly. Only the tasks are exported to the tj3-file. The list of tasks needs to be embedded in a complete tj3-file. See the TaskJuggler website for more details.