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
npm install -g jirascope
Testing is done using ava which allows for faster testing with concurrent tests.
npm test -- --watch