jirascope

tools for making sense of jira dependency graphs

Usage no npm install needed!

<script type="module">
  import jirascope from 'https://cdn.skypack.dev/jirascope';
</script>

README

Jirascope

Build Status License

A tool that spiders through JIRA issues and provides useful analysis such as:

  • dependency graph visualisation
  • cyclic graph detection
  • invalid root issues - e.g. stories outside of epics
  • untracked issues

Install

npm install -g jirascope

Development

Testing

Testing is done using ava which allows for faster testing with concurrent tests.

npm test -- --watch