Renders clusters of Jira blockers using rust and graphviz
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
example
src
.gitignore
Cargo.lock
Cargo.toml
README.md
render.sh

README.md

render-blockers

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

Example Graph

First, build the graphviz definition:

cargo run me@work.com 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