Closed pawelrychlik closed 8 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.
epicLink = "my-epic"
Added support for epics in pull-request #3
Epics seem to work for me.
See #3
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.