Skip to content

Renders clusters of Jira blockers using rust and graphviz

Notifications You must be signed in to change notification settings

pmsanford/render-blockers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

render-blockers

Renders clusters of Jira blockers (in the currently open sprints) using graphviz.

Example Graph

First, build the graphviz definition:

cargo run [email protected] SoMEkIndOfapiKeY123 https://work.atlassian.net

For the next step, you'll need to get graphviz. Run:

dot -Tpng -oblockers.png blockers.dot

or just run render.sh from the repository. Then gaze at the generated blockers.png balefully.

Nodes are colored by the following rules:

  • Closed: green
  • Review: goldenrod
  • In Progress: blue
  • Cancelled: firebrick (dark red)
  • All Others: no color

About

Renders clusters of Jira blockers using rust and graphviz

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published