https://github.com/davidedc/jira-multi-board-view
shows issues spread across multiple JIRA boards
https://github.com/davidedc/jira-multi-board-view
Last synced: 3 months ago
JSON representation
shows issues spread across multiple JIRA boards
- Host: GitHub
- URL: https://github.com/davidedc/jira-multi-board-view
- Owner: davidedc
- Created: 2014-06-04T15:19:16.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-03-05T15:34:02.000Z (over 10 years ago)
- Last Synced: 2025-03-05T23:45:05.628Z (over 1 year ago)
- Language: HTML
- Size: 1.63 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## 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:

(see also my other JIRA-related projects [here](https://github.com/davidedc/JIRA-composable-command-line-tools) [here](https://github.com/davidedc/Customise-JIRA-Cards-Appearance) [here](https://github.com/davidedc/Basic-JIRA-And-Wiki-automation-with-Python-And-Mechanize) and [here](https://github.com/davidedc/QR-and-JIRA-check-in-check-out-system))
## 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:
- python vizit portNumber jiraServerURL login password
- then go to http://localhost:portNumber/index.html
## 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).