Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 654 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 654 Bytes

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