wilsonleong / Gantt

Plot a gantt chart from a list of issues

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gantt Chart

#Gantt #ProjectManagement #Roadmap #Timeline #Python #pandas #matplotlib

Problem Statement

As a Product Owner, I constantly need to produce the most updated roadmap as well as backlog / project status update. There is no free tool on the market that helps me plot a Gantt chart to visualise & communicate my product roadmap (strategic, high level) and backlog (details).

Solution

This script generates a Gantt chart for timelines and roadmapping based on the list of issues (e.g. export from JIRA)

  • Visualise my management data
  • Automate my project scheduling
  • Craft neat high-level agile roadmaps

Links

Libraries used (Python 3.8 - 64 bits)

  • datetime
  • json
  • matplotlib
  • os
  • pandas

About

Plot a gantt chart from a list of issues


Languages

Language:Python 100.0%