Skip to content

davidedc/JIRA-multi-board-view

Repository files navigation

Purpose

Shows issues spread across multiple boards and shows dependencies.

Could be useful for example to show how Epics are doing across several teams/projects, like so:

alt tag

(see also my other JIRA-related projects here here here and here)

Setup:

  • have Python installed (if you are on OSX you are sorted already)
  • install the "jira" library (usually "pip install jira")
  • install jsonpickle ("pip install -U jsonpickle")
  • add your own epic groups and queries in a config.coffee file (a template is provided in the config.coffee.example file)

Usage:

Interpreting the arrows:

A healthy issue has no dependencies, or depends on another issue which is on any of the columns (on any of the boards) to its right . An unhealthy issue depends on an issue to the left of it (either on the same board or on another board).

About

shows issues spread across multiple JIRA boards

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published