pawelrychlik / jira-dependency-graph

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

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

Open pradzins opened 5 years ago

pradzins commented 5 years ago

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.