pawelrychlik / jira-dependency-graph

Graph visualizer for JIRA tickets' dependencies
MIT License
281 stars 85 forks source link

Add support to fully ignore links, issue #54 #55

Closed quiram closed 5 months ago

quiram commented 5 months ago

This PR adds support to fully ignore links (i.e. prevent walking through them), as opposed to the existing "exclude links" functionality, which doesn't draw the links but walks them anyway.

pawelrychlik commented 5 months ago

looks good, thanks 👌

quiram commented 5 months ago

Awesome, happy to have been of help!