Hi,
I’m doing some work for a team whereby they need all issue data pulled from a Zenhub board and loaded into a csv or spreadsheet for further analysis. Stuff like issue title, issue state, issue labels, etc. But they also want to list the epic name assigned to each individual issue.
I have used the REST API extensively in the past but mostly for adding new issues (Github API) and assigning the new issues to epics. However, I can find absolutely no epic data when I pull an issue with the Zenhub REST API. I can only find pipeline info. Also, when I go the other direction and try to list issues assigned to an epic with the Zenhub REST API - I can find no data related to assigned issues.
Also, being willing to learn the GraphQL API, I tried to find information about how you can pull epic data from an issue or issues data from an epic using GraphQL - but could find nothing outside of what is listed here:
It would seems like a fairly basic requirement of the API to be able to match issues to epics or epics to issues, but I just cant seem to work it out.
Any help or guidance appreciated.