8000 GitHub - cmrd-senya/sprint-graph: A Chrome extension to visualize how Jira issues relate to each other.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cmrd-senya/sprint-graph

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sprint-graph

A Chrome extension to visualize how Jira issues relate to each other.

Why?

Jira's good at showing issues in lists and columns, but it's often hard to see 6403 at a glance:

  • Which issues are blocked
  • How many parallel work streams there are for a sprint or an epic
  • Which issues are currently blocking the most work

With this extension, you can visualize a sprint as a graph, making it much easier to determine how interdependent issues are.

graph

In addition, you can visualize:

Epic hierarchies:

epics

Subtask hierarchies:

subtasks

Installation

Load the unpacked extension

To install this locally:

  1. Clone this repository
  2. Run make build
  3. On (chrome://extensions)[chrome://extensions], in development mode, load the created build directory as an unpacked extension.

Development

  1. Follow the instructions above for loading the unpacked extension.
  2. Run make start to run a development server that will automatically recompile after any file change and reload the extension and browser page.

License

MIT

About

A Chrome extension to visualize how Jira issues relate to each other.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.2%
  • Makefile 1.8%
0