How can I fetch all issues for an epic?
Let’s say I have the epics name and ID, how can I get all the issues related to that epic?
You can get issues for epic with GET /rest/agile/1.0/epic/{epicIdOrKey}/issue
.
To my knowledge, it is not yet possible to do that with 1 JQL query because the underlying relationships are different for team managed projects vs company managed projects.
There is the parent
relationship for team-managed projects as described in this change:
And, for company managed projects, the APIs and relationships have not changed. Engineering tells me they started to roll-out the parent
relationship to company-managed projects as an undocumented feature. They ran into problems so the feature has been rolled back. That’s the best explanation I can offer for your disappearing field.