pawelrychlik / jira-dependency-graph

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

Handle dependencies for epics #2

Closed pawelrychlik closed 8 years ago

pawelrychlik commented 10 years ago

IDs of issues linked to a given epic are not available by simply GETting that epic via the REST API. AFAIK, first we need to run a JQL search for issues that have epicLink = "my-epic", then build the graph from all the yielded issues.

whiskeysierra commented 10 years ago

Added support for epics in pull-request #3

vikstrous commented 8 years ago

Epics seem to work for me.

whiskeysierra commented 8 years ago

Epics seem to work for me.

See #3