abiaog / jira-juggler

JIRA to TaskJuggler convertor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JIRA to TaskJuggler convertor

Tool for converting a set of JIRA tasks to TaskJuggler (TJ3) syntax.

Goal

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

Installation from pypi:

pip install mlx.jira_juggler

Usage

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.

About

JIRA to TaskJuggler convertor

License:Apache License 2.0


Languages

Language:Python 100.0%