No commit activity in last 3 years
No release in over 3 years
Creates a graphviz file from a JIRA ticket's dependencies
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.11
~> 0.8
~> 0.10
~> 10.5
~> 3.4
~> 0.52
~> 0.9

Runtime

 Project Readme

Build Status Coverage Status Inline docs

JiraDependencyVisualizer

This gem was created as a way to visualize dependencies between tickets in Jira. The initial use case was to view how an epic's dependent tickets were interconnected along with their current status.

The status colors in the graph are customizable via a yaml file. See ./config/color.yaml for an example.

Dependencies

This gem requires the graphviz package to be installed. On Mac/homebrew: brew install graphviz.

Installation

Add this line to your application's Gemfile:

gem 'jira_dependency_visualizer'

And then execute:

$ bundle

Or install it yourself as:

$ gem install jira_dependency_visualizer

Usage

The gem can be consumed as either a CLI tool or as a library.

CLI Tool

$ jira_dependency_visualizer --help

Library

See documentation: http://www.rubydoc.info/gems/jira_dependency_visualizer/

Development

After checking out the repo, run bundle install to install dependencies. Then, run bundle exec rake to run the tests.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/thejandroman/jira-dependency-visualizer. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Attribution

This ruby gem is heavily influenced by https://github.com/pawelrychlik/jira-dependency-graph.