pawelrychlik / jira-dependency-graph

Graph visualizer for JIRA tickets' dependencies
MIT License
282 stars 90 forks source link

Recursive calls to walk the graph #39

Closed fuzzyhandle closed 3 years ago

fuzzyhandle commented 4 years ago

Recursive calls to walk runs into memory issue for a big epic. Recursion needs to be changed to use iterative processing