pawelrychlik / jira-dependency-graph

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

Skip issue fix #32

Closed pradzins closed 4 years ago

pradzins commented 4 years ago

Correct the logic around skipping issues, on e.g. --dont-traverse

Previously when --dont-traverse was in effect, some other project ticket could still make it into the diagram. Hence the logic has been extracted to a skip_issue method and used in 2 additional places; f.ex. when processing issues "under" an epic.